aboutsummaryrefslogtreecommitdiff
path: root/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--siphash.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/siphash.c b/siphash.c
index c89dc1f..71d85de 100644
--- a/siphash.c
+++ b/siphash.c
@@ -67,10 +67,10 @@
#ifdef DEBUG
#define TRACE \
do { \
- printf("(%3zu) v0 %016"PRIx64"\n", inlen, v0); \
- printf("(%3zu) v1 %016"PRIx64"\n", inlen, v1); \
- printf("(%3zu) v2 %016"PRIx64"\n", inlen, v2); \
- printf("(%3zu) v3 %016"PRIx64"\n", inlen, v3); \
+ printf("(%3zu) v0 %016"PRIx64"\n", inlen, v0); \
+ printf("(%3zu) v1 %016"PRIx64"\n", inlen, v1); \
+ printf("(%3zu) v2 %016"PRIx64"\n", inlen, v2); \
+ printf("(%3zu) v3 %016"PRIx64"\n", inlen, v3); \
} while (0)
#else
#define TRACE