aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Aumasson <jeanphilippe.aumasson@gmail.com>2014-11-19 16:12:54 +0100
committerJP Aumasson <jeanphilippe.aumasson@gmail.com>2014-11-19 16:12:54 +0100
commit1b85a33b71f0fdd49942037a503b6798d67ef765 (patch)
tree25dbc0ebf9f47b07b6b5b96bbd675d85bd51e534
parentdetails (diff)
downloadsiphash-1b85a33b71f0fdd49942037a503b6798d67ef765.tar.gz
siphash-1b85a33b71f0fdd49942037a503b6798d67ef765.tar.xz
formatting
-rw-r--r--siphash24.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/siphash24.c b/siphash24.c
index d5ea0e0..a6c6c72 100644
--- a/siphash24.c
+++ b/siphash24.c
@@ -52,8 +52,8 @@
do { \
printf( "(%3d) v0 %08x %08x\n", \
( int )inlen, ( uint32_t )( v0 >> 32 ), ( uint32_t )v0 ); \
- printf( "(%3d) v1 %08x %08x\n", ( int )inlen, \
- ( uint32_t )( v1 >> 32 ), ( uint32_t )v1 ); \
+ printf( "(%3d) v1 %08x %08x\n", \
+ ( int )inlen, ( uint32_t )( v1 >> 32 ), ( uint32_t )v1 ); \
printf( "(%3d) v2 %08x %08x\n", \
( int )inlen, ( uint32_t )( v2 >> 32 ), ( uint32_t )v2 ); \
printf( "(%3d) v3 %08x %08x\n", \