libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 851b406174e3ac796f702a9764c139d87d305659
parent 5da78f9d8d8018cd38db22dd1034f708597e4cf1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 23 Apr 2022 20:52:56 +0300

sha1.c: fixed coding style

Diffstat:
Msrc/microhttpd/sha1.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/sha1.c b/src/microhttpd/sha1.c @@ -116,7 +116,7 @@ sha1_transform (uint32_t H[_SHA1_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 */