summaryrefslogtreecommitdiff
path: root/ext/digest/rmd160/rmd160.h
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2022-07-30 16:41:32 +0900
committergit <svn-admin@ruby-lang.org>2022-07-30 16:41:32 +0900
commit8a65cf3b61c60e4cb886f59a73ff6db44364bfa9 (patch)
tree62ce041f53907015ea81c2af99851f702b6bdd6b /ext/digest/rmd160/rmd160.h
parent48b09aae7ec5632209229dcc294dd0d75a93a17f (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/rmd160/rmd160.h')
-rw-r--r--ext/digest/rmd160/rmd160.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/digest/rmd160/rmd160.h b/ext/digest/rmd160/rmd160.h
index 6324709d96..617b262d90 100644
--- a/ext/digest/rmd160/rmd160.h
+++ b/ext/digest/rmd160/rmd160.h
@@ -29,10 +29,10 @@
#include "../defs.h"
typedef struct {
- uint32_t state[5]; /* state (ABCDE) */
- uint32_t length[2]; /* number of bits */
- uint8_t bbuffer[64]; /* overflow buffer */
- uint32_t buflen; /* number of chars in bbuffer */
+ uint32_t state[5]; /* state (ABCDE) */
+ uint32_t length[2]; /* number of bits */
+ uint8_t bbuffer[64]; /* overflow buffer */
+ uint32_t buflen; /* number of chars in bbuffer */
} RMD160_CTX;
#ifdef RUBY