[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/Hpc.h (bb70e33)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 17:52:12 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bb70e33a954414f71a274eb5558fba28734688c1/ghc
>---------------------------------------------------------------
commit bb70e33a954414f71a274eb5558fba28734688c1
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Aug 20 12:45:21 2014 -0500
[ci skip] includes: detabify/dewhitespace rts/Hpc.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
bb70e33a954414f71a274eb5558fba28734688c1
includes/rts/Hpc.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/includes/rts/Hpc.h b/includes/rts/Hpc.h
index 40082d0..80ad47e 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;
More information about the ghc-commits
mailing list