From d33caaf4194b2f6077ea1fbb213328a242966eba Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Sat, 1 Sep 2018 17:23:50 -0700 Subject: [PATCH] fix spacing --- src/lib/DeepState.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/DeepState.c b/src/lib/DeepState.c index f9ce633..9aea252 100644 --- a/src/lib/DeepState.c +++ b/src/lib/DeepState.c @@ -234,7 +234,7 @@ int DeepState_Bool(void) { type val = 0; \ if (FLAGS_verbose_reads) { \ printf("STARTING MULTI-BYTE READ\n"); \ - } \ + } \ _Pragma("unroll") \ for (size_t i = 0; i < sizeof(type); ++i) { \ if (FLAGS_verbose_reads) { \ @@ -244,7 +244,7 @@ int DeepState_Bool(void) { } \ if (FLAGS_verbose_reads) { \ printf("FINISHED MULTI-BYTE READ\n"); \ - } \ + } \ return val; \ }