[commit: ghc] master: [ci skip] Kill tabs in md5.h (ca3089d)
git at git.haskell.org
git at git.haskell.org
Wed Oct 1 21:37:45 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ca3089db9375d524ea0d9f4792d91c9f683a0079/ghc
>---------------------------------------------------------------
commit ca3089db9375d524ea0d9f4792d91c9f683a0079
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Oct 1 16:35:39 2014 -0500
[ci skip] Kill tabs in md5.h
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
ca3089db9375d524ea0d9f4792d91c9f683a0079
compiler/utils/md5.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/utils/md5.h b/compiler/utils/md5.h
index 8d375df..10c8dab 100644
--- a/compiler/utils/md5.h
+++ b/compiler/utils/md5.h
@@ -8,9 +8,9 @@ typedef HsWord32 word32;
typedef HsWord8 byte;
struct MD5Context {
- word32 buf[4];
- word32 bytes[2];
- word32 in[16];
+ word32 buf[4];
+ word32 bytes[2];
+ word32 in[16];
};
void MD5Init(struct MD5Context *context);
More information about the ghc-commits
mailing list