diff options
author | git <[email protected]> | 2022-07-30 16:41:32 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-07-30 16:41:32 +0900 |
commit | 8a65cf3b61c60e4cb886f59a73ff6db44364bfa9 (patch) | |
tree | 62ce041f53907015ea81c2af99851f702b6bdd6b /ext/digest/sha1/sha1.h | |
parent | 48b09aae7ec5632209229dcc294dd0d75a93a17f (diff) |
* expand tabs. [ci skip]
Tabs were expanded because the file did not have any tab indentation in unedited lines.
Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
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 2accc46d46..e1d01b76ab 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 |