[commit: ghc] master: rts: detabify/dewhitespace sm/Storage.h (684be04)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:31:38 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/684be04dfbde7e92fb49a5134bb36227152cd1f6/ghc

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

commit 684be04dfbde7e92fb49a5134bb36227152cd1f6
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:18:42 2014 -0500

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


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

684be04dfbde7e92fb49a5134bb36227152cd1f6
 rts/sm/Storage.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rts/sm/Storage.h b/rts/sm/Storage.h
index c1a92ac..8218e3b 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.
 



More information about the ghc-commits mailing list