[commit: ghc] master: Untabify buffer. (eba82bd)

git at git.haskell.org git at git.haskell.org
Fri Nov 22 14:22:52 UTC 2013


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

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

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

commit eba82bde9957bef68c3a5135771749a66d343abd
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Nov 22 08:20:42 2013 -0600

    Untabify buffer.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

eba82bde9957bef68c3a5135771749a66d343abd
 compiler/ghci/ByteCodeItbls.lhs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs
index c5b3545..ce6bd01 100644
--- a/compiler/ghci/ByteCodeItbls.lhs
+++ b/compiler/ghci/ByteCodeItbls.lhs
@@ -234,8 +234,8 @@ mkJumpToAddr dflags a = case platformArch (targetPlatform dflags) of
         --
         -- which looks like:
         --     00000000 <.addr-0x8>:
-        --     0:	4900        ldr    r1, [pc]      ; 8 <.addr>
-        --     4:	4708        bx     r1
+        --     0:       4900        ldr    r1, [pc]      ; 8 <.addr>
+        --     4:       4708        bx     r1
         let w32 = fromIntegral (ptrToInt a) :: Word32
         in Left [ 0x49, 0x00
                 , 0x47, 0x08



More information about the ghc-commits mailing list