[commit: ghc] cardinality: White space only (ccb25ca)

Simon Peyton Jones simonpj at microsoft.com
Thu Mar 14 14:39:05 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : cardinality

http://hackage.haskell.org/trac/ghc/changeset/ccb25ca23ae6581332370fa8065b480f946e541e

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

commit ccb25ca23ae6581332370fa8065b480f946e541e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Mar 14 13:38:45 2013 +0000

    White space only

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

 compiler/codeGen/StgCmmMonad.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index dd7e950..80f11e6 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -553,8 +553,8 @@ forkStatics :: FCode a -> FCode a
 -- The Abstract~C returned is attached to the current state, but the
 -- bindings and usage information is otherwise unchanged.
 forkStatics body_code
-  = do        { dflags <- getDynFlags
-              ; info  <- getInfoDown
+  = do  { dflags <- getDynFlags
+        ; info  <- getInfoDown
         ; us    <- newUniqSupply
         ; state <- getState
         ; let   rhs_info_down = info { cgd_statics = cgs_binds state





More information about the ghc-commits mailing list