[commit: ghc] master: rts: detabify/dewhitespace Printer.h (219785b)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:32:01 UTC 2014


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

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

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

commit 219785b5b47aa912a1b0c0514ea7c1c84739271e
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:24:19 2014 -0500

    rts: detabify/dewhitespace Printer.h
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

219785b5b47aa912a1b0c0514ea7c1c84739271e
 rts/Printer.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/rts/Printer.h b/rts/Printer.h
index 2a35f7a..43ccfe9 100644
--- a/rts/Printer.h
+++ b/rts/Printer.h
@@ -11,19 +11,19 @@
 
 #include "BeginPrivate.h"
 
-extern void   	   printPtr        ( StgPtr p );
-extern void   	   printObj        ( StgClosure *obj );
+extern void        printPtr        ( StgPtr p );
+extern void        printObj        ( StgClosure *obj );
 
 extern char *      closure_type_names[];
 
-void   	           info_hdr_type   ( StgClosure *closure, char *res );
-char  *	           info_type       ( StgClosure *closure );
-char  *	           info_type_by_ip ( StgInfoTable *ip );
+void               info_hdr_type   ( StgClosure *closure, char *res );
+char  *            info_type       ( StgClosure *closure );
+char  *            info_type_by_ip ( StgInfoTable *ip );
 char  *            info_update_frame ( StgClosure *closure );
 
 #ifdef DEBUG
 extern void        prettyPrintClosure (StgClosure *obj);
-extern void   	   printClosure    ( StgClosure *obj );
+extern void        printClosure    ( StgClosure *obj );
 extern StgPtr      printStackObj   ( StgPtr sp );
 extern void        printStackChunk ( StgPtr sp, StgPtr spLim );
 extern void        printTSO        ( StgTSO *tso );



More information about the ghc-commits mailing list