summaryrefslogtreecommitdiff
path: root/rts/sm
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-20 12:18:42 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-20 12:18:42 -0500
commit684be04dfbde7e92fb49a5134bb36227152cd1f6 (patch)
tree3204a0285a258bdeefb84533dd191a4a28d1614a /rts/sm
parent4cbf96680948de003e5da01cc053be6e672e2490 (diff)
downloadhaskell-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.h8
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.