summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-10-01 16:35:39 -0500
committerAustin Seipp <austin@well-typed.com>2014-10-01 16:35:39 -0500
commitca3089db9375d524ea0d9f4792d91c9f683a0079 (patch)
tree06771145be234caccb8f70359b34a7971bb0292c
parent3a549ba309ecbc0328585d8d737d3b2a04d5682d (diff)
downloadhaskell-ca3089db9375d524ea0d9f4792d91c9f683a0079.tar.gz
[ci skip] Kill tabs in md5.h
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--compiler/utils/md5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/utils/md5.h b/compiler/utils/md5.h
index 8d375df268..10c8dabd43 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);