Fix alignment of #ifndef USE_ALIGNED_ACCESS

Former-commit-id: 9637887264336fdce84519afe773ea7b1a628705
This commit is contained in:
Alexis 2021-09-24 11:59:38 +02:00 committed by Vivek Saini
parent d7efbd0c4e
commit 2e9f7b5069

View File

@ -800,8 +800,8 @@ void bitopCommand(client *c) {
} }
} }
} }
}
#endif #endif
}
/* j is set to the next byte to process by the previous loop. */ /* j is set to the next byte to process by the previous loop. */
for (; j < maxlen; j++) { for (; j < maxlen; j++) {