Fixed a coding style issue.

Signed-off-by: Robert Donald Rickett <robert.rick...@gmail.com>
---
 crypto/wp512.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/crypto/wp512.c b/crypto/wp512.c
index 7ee5a043a988..58983e23900d 100644
--- a/crypto/wp512.c
+++ b/crypto/wp512.c
@@ -993,9 +993,8 @@ static int wp512_init(struct shash_desc *desc) {
        memset(wctx->bitLength, 0, 32);
        wctx->bufferBits = wctx->bufferPos = 0;
        wctx->buffer[0] = 0;
-       for (i = 0; i < 8; i++) {
+       for (i = 0; i < 8; i++)
                wctx->hash[i] = 0L;
-       }
 
        return 0;
 }
-- 
2.14.1

Reply via email to