diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:18:42 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-20 12:18:42 -0500 |
commit | 684be04dfbde7e92fb49a5134bb36227152cd1f6 (patch) | |
tree | 3204a0285a258bdeefb84533dd191a4a28d1614a /rts/sm | |
parent | 4cbf96680948de003e5da01cc053be6e672e2490 (diff) | |
download | haskell-684be04dfbde7e92fb49a5134bb36227152cd1f6.tar.gz |
rts: detabify/dewhitespace sm/Storage.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/Storage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rts/sm/Storage.h b/rts/sm/Storage.h index c1a92aca35..8218e3be07 100644 --- a/rts/sm/Storage.h +++ b/rts/sm/Storage.h @@ -43,9 +43,9 @@ bdescr * splitLargeBlock (bdescr *bd, W_ blocks); Generational garbage collection support updateWithIndirection(p1,p2) Updates the object at p1 with an - indirection pointing to p2. This is - normally called for objects in an old - generation (>0) when they are updated. + indirection pointing to p2. This is + normally called for objects in an old + generation (>0) when they are updated. updateWithPermIndirection(p1,p2) As above but uses a permanent indir. @@ -117,7 +117,7 @@ void move_STACK (StgStack *src, StgStack *dest); /* ----------------------------------------------------------------------------- CAF lists - + dyn_caf_list (CAFs chained through static_link) This is a chain of all CAFs in the program, used for dynamically-linked GHCi. |