summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-20 12:45:21 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-20 12:51:30 -0500
commitbb70e33a954414f71a274eb5558fba28734688c1 (patch)
tree2e08b40a3618cab8a0a28f2b3d10f9ea78cee715 /includes
parent7d26398be9502aa774231f0257631f74893fa1ca (diff)
downloadhaskell-bb70e33a954414f71a274eb5558fba28734688c1.tar.gz
[ci skip] includes: detabify/dewhitespace rts/Hpc.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Hpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/rts/Hpc.h b/includes/rts/Hpc.h
index 40082d0196..80ad47eadf 100644
--- a/includes/rts/Hpc.h
+++ b/includes/rts/Hpc.h
@@ -16,10 +16,10 @@
// Simple linked list of modules
typedef struct _HpcModuleInfo {
- char *modName; // name of module
- StgWord32 tickCount; // number of ticks
+ char *modName; // name of module
+ StgWord32 tickCount; // number of ticks
StgWord32 hashNo; // Hash number for this module's mix info
- StgWord64 *tixArr; // tix Array; local for this module
+ StgWord64 *tixArr; // tix Array; local for this module
rtsBool from_file; // data was read from the .tix file
struct _HpcModuleInfo *next;
} HpcModuleInfo;