diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:44:19 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:51:30 -0500 |
commit | 2957736820c6a836d24a7098112d40ae1bb32d65 (patch) | |
tree | 8cb0cb2f92a94f99c97fbbcea22e8f407950a8a6 /includes/rts | |
parent | a739416f115a9870e062b74db38609248ed3ebd6 (diff) | |
download | haskell-2957736820c6a836d24a7098112d40ae1bb32d65.tar.gz |
[ci skip] includes: detabify/dewhitespace rts/Stable.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes/rts')
-rw-r--r-- | includes/rts/Stable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/rts/Stable.h b/includes/rts/Stable.h index bc3b01afe1..f75b9ab806 100644 --- a/includes/rts/Stable.h +++ b/includes/rts/Stable.h @@ -22,9 +22,9 @@ StgStablePtr getStablePtr (StgPtr p); -------------------------------------------------------------------------- */ typedef struct { - StgPtr addr; /* Haskell object, free list, or NULL */ - StgPtr old; /* old Haskell object, used during GC */ - StgClosure *sn_obj; /* the StableName object (or NULL) */ + StgPtr addr; /* Haskell object, free list, or NULL */ + StgPtr old; /* old Haskell object, used during GC */ + StgClosure *sn_obj; /* the StableName object (or NULL) */ } snEntry; typedef struct { |