gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 03/03: digestauth.c: fixed coding style


From: gnunet
Subject: [libmicrohttpd] 03/03: digestauth.c: fixed coding style
Date: Wed, 29 Dec 2021 08:55:29 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 11fcf260575a1ed738204665c9f04983943b1416
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Dec 29 10:48:31 2021 +0300

    digestauth.c: fixed coding style
---
 src/microhttpd/digestauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 2d70e10a..def2fb6d 100644
--- 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)
   {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]