diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-06-03 20:31:15 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-08-24 22:10:06 -0700 |
commit | 8385d6f6daad30f8de238362961b70061be24065 (patch) | |
tree | 957df9eccacdac00fc444fe1a76f215c05d6cd3e | |
parent | 6137499d82a91ff950f9f3da7e48c2388a76d507 (diff) | |
download | mc-8385d6f6daad30f8de238362961b70061be24065.tar.gz |
Improve spacing.
-rw-r--r-- | libcryptohash/sha256.myr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcryptohash/sha256.myr b/libcryptohash/sha256.myr index f92e773..2f48119 100644 --- a/libcryptohash/sha256.myr +++ b/libcryptohash/sha256.myr @@ -16,9 +16,9 @@ pkg cryptohash = ;; type sha256 = struct - x : uint32[8] - tail : byte[64] - msglen : uint64 + x : uint32[8] + tail : byte[64] + msglen : uint64 ;; const sha256 = {data |