[commit: ghc] master: [ci skip] includes: detabify/dewhitespace rts/storage/MBlock.h (aa045e5)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:52:33 UTC 2014


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

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

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

commit aa045e59ff32dac4e6cb055b202da23fb306b256
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:46:58 2014 -0500

    [ci skip] includes: detabify/dewhitespace rts/storage/MBlock.h
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

aa045e59ff32dac4e6cb055b202da23fb306b256
 includes/rts/storage/MBlock.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/includes/rts/storage/MBlock.h b/includes/rts/storage/MBlock.h
index 1b02b3c..29105ca 100644
--- a/includes/rts/storage/MBlock.h
+++ b/includes/rts/storage/MBlock.h
@@ -61,9 +61,9 @@ extern SpinLock gc_alloc_block_sync;
 extern StgWord8 mblock_map[];
 
 /* On a 32-bit machine a 4KB table is always sufficient */
-# define MBLOCK_MAP_SIZE	4096
-# define MBLOCK_MAP_ENTRY(p)	((StgWord)(p) >> MBLOCK_SHIFT)
-# define HEAP_ALLOCED(p)	mblock_map[MBLOCK_MAP_ENTRY(p)]
+# define MBLOCK_MAP_SIZE        4096
+# define MBLOCK_MAP_ENTRY(p)    ((StgWord)(p) >> MBLOCK_SHIFT)
+# define HEAP_ALLOCED(p)        mblock_map[MBLOCK_MAP_ENTRY(p)]
 # define HEAP_ALLOCED_GC(p)     HEAP_ALLOCED(p)
 
 /* -----------------------------------------------------------------------------



More information about the ghc-commits mailing list