commit 2a01697de41f0219f4e9aa9425894c3d82804d90
parent c4c111d4d4a9da3b8197e1be365d58fc9bb1f1b7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sat, 23 Apr 2022 20:52:04 +0300
sha256.c: fixed coding style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/sha256.c b/src/microhttpd/sha256.c
@@ -128,7 +128,7 @@ sha256_transform (uint32_t H[_SHA256_DIGEST_LENGTH],
/* The W[] buffer itself will be used as the source of the data,
* but data will be reloaded in correct bytes order during
* the next steps */
- data = (uint8_t*) W;
+ data = (uint8_t *) W;
}
#endif /* _MHD_GET_32BIT_BE_UNALIGNED */