summaryrefslogtreecommitdiff
path: root/cipher/rmd.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-04 20:21:45 +0100
committerWerner Koch <wk@gnupg.org>2011-02-04 20:21:45 +0100
commit4f048514ecae879fa4bb7b8522baf801229be522 (patch)
treed798c8527b68e83e4419c14d7c6dd47f2abdfd9e /cipher/rmd.h
parent9d00b28e0d04361fe9ccf02983bea781b5701c1d (diff)
downloadlibgcrypt-4f048514ecae879fa4bb7b8522baf801229be522.tar.gz
Nuked almost all trailing whitespace.
Check and install the standard git pre-commit hook.
Diffstat (limited to 'cipher/rmd.h')
-rw-r--r--cipher/rmd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher/rmd.h b/cipher/rmd.h
index f4ce9c67..6a9fe313 100644
--- a/cipher/rmd.h
+++ b/cipher/rmd.h
@@ -22,7 +22,7 @@
/* We need this here because random.c must have direct access. */
-typedef struct
+typedef struct
{
u32 h0,h1,h2,h3,h4;
u32 nblocks;
@@ -34,4 +34,3 @@ void _gcry_rmd160_init ( void *context );
void _gcry_rmd160_mixblock ( RMD160_CONTEXT *hd, void *blockof64byte );
#endif /*G10_RMD_H*/
-