summaryrefslogtreecommitdiff
path: root/ext/digest/rmd160/rmd160.h
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-07-30 17:03:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-07-30 17:03:13 +0900
commit39dc9f9093901d40d2998653948d5da38b18ee2c (patch)
tree5d2d205803a8d0c3fddb824889f5c03b14feaaa9 /ext/digest/rmd160/rmd160.h
parent8a65cf3b61c60e4cb886f59a73ff6db44364bfa9 (diff)
Revert "* expand tabs. [ci skip]"
This reverts commit 8a65cf3b61c60e4cb886f59a73ff6db44364bfa9.
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 617b262d90..6324709d96 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