Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2938619aec4e1da098b56130df0fe9ae73429c7a

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

commit 2938619aec4e1da098b56130df0fe9ae73429c7a
Author: David Terei <[email protected]>
Date:   Fri Mar 23 10:14:11 2012 -0700

    Tabs -> Spaces

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

 includes/MachDeps.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/includes/MachDeps.h b/includes/MachDeps.h
index 81e223d..24c1e32 100644
--- a/includes/MachDeps.h
+++ b/includes/MachDeps.h
@@ -47,14 +47,14 @@
 #define SIZEOF_HSINT            SIZEOF_VOID_P
 #define ALIGNMENT_HSINT         ALIGNMENT_VOID_P
 
-#define SIZEOF_HSWORD          SIZEOF_VOID_P
-#define ALIGNMENT_HSWORD       ALIGNMENT_VOID_P
+#define SIZEOF_HSWORD           SIZEOF_VOID_P
+#define ALIGNMENT_HSWORD        ALIGNMENT_VOID_P
 
-#define SIZEOF_HSDOUBLE                SIZEOF_DOUBLE
-#define ALIGNMENT_HSDOUBLE     ALIGNMENT_DOUBLE
+#define SIZEOF_HSDOUBLE         SIZEOF_DOUBLE
+#define ALIGNMENT_HSDOUBLE      ALIGNMENT_DOUBLE
 
-#define SIZEOF_HSFLOAT         SIZEOF_FLOAT
-#define ALIGNMENT_HSFLOAT      ALIGNMENT_FLOAT
+#define SIZEOF_HSFLOAT          SIZEOF_FLOAT
+#define ALIGNMENT_HSFLOAT       ALIGNMENT_FLOAT
 
 #define SIZEOF_HSPTR            SIZEOF_VOID_P
 #define ALIGNMENT_HSPTR         ALIGNMENT_VOID_P



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to