[commit: ghc] master: rts: detabify/dewhitespace StgStdThunks.cmm (ef02edc)

git at git.haskell.org git at git.haskell.org
Wed Aug 20 17:32:09 UTC 2014


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

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

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

commit ef02edc1b05ef8f3ec2ebe4d7b4ecef93c9d0aa2
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Aug 20 12:25:52 2014 -0500

    rts: detabify/dewhitespace StgStdThunks.cmm
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

ef02edc1b05ef8f3ec2ebe4d7b4ecef93c9d0aa2
 rts/StgStdThunks.cmm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/StgStdThunks.cmm b/rts/StgStdThunks.cmm
index ba15d3c..208c8d6 100644
--- a/rts/StgStdThunks.cmm
+++ b/rts/StgStdThunks.cmm
@@ -153,8 +153,8 @@ SELECTOR_CODE_NOUPD(15)
 
    An apply thunk is a thunk of the form
 
-		let z = [x1...xn] \u x1...xn
-		in ...
+                let z = [x1...xn] \u x1...xn
+                in ...
 
    We pre-compile some of these because the code is always the same.
 



More information about the ghc-commits mailing list