From 2e9f7b5069c0b79e56d2f4cff89ebeaea5dbd0d8 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 24 Sep 2021 11:59:38 +0200 Subject: [PATCH] Fix alignment of #ifndef USE_ALIGNED_ACCESS Former-commit-id: 9637887264336fdce84519afe773ea7b1a628705 --- src/bitops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitops.cpp b/src/bitops.cpp index c03f068fd..f2201f318 100644 --- a/src/bitops.cpp +++ b/src/bitops.cpp @@ -800,8 +800,8 @@ void bitopCommand(client *c) { } } } + #endif } - #endif /* j is set to the next byte to process by the previous loop. */ for (; j < maxlen; j++) {