From 3a47a40cc5d8c281e67449cd90f54cd25d5264e9 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 18 Sep 2019 12:00:52 -0400 Subject: Correct \ alignment --- siphash.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'siphash.c') 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 -- cgit v1.2.3