[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/Ticky.h (c607500)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:52:06 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c607500d1b5f7696eaf8fec6fa889aa1fde21822/ghc

>---------------------------------------------------------------

commit c607500d1b5f7696eaf8fec6fa889aa1fde21822
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:44:03 2014 -0500

    [ci skip] includes: detabify/dewhitespace rts/Ticky.h
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

c607500d1b5f7696eaf8fec6fa889aa1fde21822
 includes/rts/Ticky.h | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/includes/rts/Ticky.h b/includes/rts/Ticky.h
index 31d8095..ff4d44a 100644
--- a/includes/rts/Ticky.h
+++ b/includes/rts/Ticky.h
@@ -21,16 +21,15 @@
 typedef struct _StgEntCounter {
   /* Using StgWord for everything, because both the C and asm code
      generators make trouble if you try to pack things tighter */
-    StgWord	registeredp;	/* 0 == no, 1 == yes */
-    StgInt	arity;		/* arity (static info) */
-    StgInt	allocd; 	/* # allocation of this closure */
-				/* (rest of args are in registers) */
-    char   	*str;		/* name of the thing */
-    char   	*arg_kinds;	/* info about the args types */
-    StgInt	entry_count;	/* Trips to fast entry code */
+    StgWord     registeredp;    /* 0 == no, 1 == yes */
+    StgInt      arity;          /* arity (static info) */
+    StgInt      allocd;         /* # allocation of this closure */
+                                /* (rest of args are in registers) */
+    char        *str;           /* name of the thing */
+    char        *arg_kinds;     /* info about the args types */
+    StgInt      entry_count;    /* Trips to fast entry code */
     StgInt      allocs;         /* number of allocations by this fun */
     struct _StgEntCounter *link;/* link to chain them all together */
 } StgEntCounter;
 
 #endif /* RTS_TICKY_H */
-



More information about the ghc-commits mailing list