diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-07-30 17:03:13 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-07-30 17:03:13 +0900 |
commit | 39dc9f9093901d40d2998653948d5da38b18ee2c (patch) | |
tree | 5d2d205803a8d0c3fddb824889f5c03b14feaaa9 /ext/digest/sha1/sha1.h | |
parent | 8a65cf3b61c60e4cb886f59a73ff6db44364bfa9 (diff) |
Revert "* expand tabs. [ci skip]"
This reverts commit 8a65cf3b61c60e4cb886f59a73ff6db44364bfa9.
Diffstat (limited to 'ext/digest/sha1/sha1.h')
-rw-r--r-- | ext/digest/sha1/sha1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/digest/sha1/sha1.h b/ext/digest/sha1/sha1.h index e1d01b76ab..2accc46d46 100644 --- a/ext/digest/sha1/sha1.h +++ b/ext/digest/sha1/sha1.h @@ -14,9 +14,9 @@ #include "../defs.h" typedef struct { - uint32_t state[5]; - uint32_t count[2]; - uint8_t buffer[64]; + uint32_t state[5]; + uint32_t count[2]; + uint8_t buffer[64]; } SHA1_CTX; #ifdef RUBY |