diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:24:19 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:24:19 -0500 |
commit | 219785b5b47aa912a1b0c0514ea7c1c84739271e (patch) | |
tree | d88fe3e06ef617d0923bec3b5d244afa5c2dbb09 /rts/Printer.h | |
parent | 93ec914b14db06b111f2fb7cd0e7a0eece214684 (diff) | |
download | haskell-219785b5b47aa912a1b0c0514ea7c1c84739271e.tar.gz |
rts: detabify/dewhitespace Printer.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/Printer.h')
-rw-r--r-- | rts/Printer.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rts/Printer.h b/rts/Printer.h index 2a35f7a361..43ccfe9d62 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 ); |