commit 11fcf260575a1ed738204665c9f04983943b1416
parent 6d67eadb614da29ac4b143c68064bb7268e30060
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 29 Dec 2021 10:48:31 +0300
digestauth.c: fixed coding style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
@@ -383,7 +383,7 @@ digest_calc_response (const char *ha1,
(const unsigned char *) nonce,
strlen (nonce));
da->update (da->ctx,
- (const unsigned char*) ":",
+ (const unsigned char *) ":",
1);
if ('\0' != *qop)
{