diff options
author | David Terei <davidterei@gmail.com> | 2012-03-23 10:14:11 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2012-03-23 10:14:11 -0700 |
commit | 2938619aec4e1da098b56130df0fe9ae73429c7a (patch) | |
tree | d4a08ae5c41e007a702804baa8be5d8f9d0e43ed /includes/MachDeps.h | |
parent | 8ebd0c2f33b60b0be75df26f2b80379de448b3a5 (diff) | |
download | haskell-2938619aec4e1da098b56130df0fe9ae73429c7a.tar.gz |
Tabs -> Spaces
Diffstat (limited to 'includes/MachDeps.h')
-rw-r--r-- | includes/MachDeps.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/includes/MachDeps.h b/includes/MachDeps.h index 81e223dfb5..24c1e32362 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 |