commit | e89aef3f65388a8b627c77f250525f2a264716c5 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed May 14 20:31:55 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed May 14 20:31:55 2025 +0200 |
tree | 6d97861e60b1e2bb2ee127d73ca10ed3b294d922 | |
parent | 08db2f4f287722d8fcdc00ab6ca9a1b07ec5faaa [diff] [blame] |
patch 9.1.1390: style: more wrong indentation Problem: style: more wrong indentation Solution: reformat a few more places (Yegappan Lakshmanan) closes: #17309 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/sha256.c b/src/sha256.c index 9c79e0d..6a73a1c 100644 --- a/src/sha256.c +++ b/src/sha256.c
@@ -40,7 +40,7 @@ (b)[(i) + 3] = (char_u)((n) ); \ } - void + void sha256_start(context_sha256_T *ctx) { ctx->total[0] = 0;