moe clang-format

This commit is contained in:
Kelvin Sherlock
2017-04-07 21:23:10 -04:00
parent 51f6b063d6
commit 1b5ae955d2
2 changed files with 12 additions and 21 deletions
+2 -4
View File
@@ -115,8 +115,7 @@ struct chc_state {
#ifdef LTC_BLAKE2S
struct blake2s_state {
struct blake2s_state {
ulong32 h[8];
ulong32 t[2];
ulong32 f[2];
@@ -124,8 +123,7 @@ struct chc_state {
ulong32 curlen;
unsigned char outlen;
unsigned char last_node;
};
};
#endif
typedef union Hash_state {