gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/07: microhttpd.h: fixed code style


From: gnunet
Subject: [libmicrohttpd] 02/07: microhttpd.h: fixed code style
Date: Sun, 31 Oct 2021 17:02:44 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 9d142ff1a79682ff126b3a8f2248f74c149a76be
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 31 18:21:56 2021 +0300

    microhttpd.h: fixed code style
---
 src/include/microhttpd.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 7bb09ead..9fece2e5 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -4213,7 +4213,7 @@ MHD_queue_auth_fail_response (struct MHD_Connection 
*connection,
  */
 _MHD_EXTERN char *
 MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
-                                      char**password);
+                                      char **password);
 
 
 /**
@@ -4358,7 +4358,7 @@ MHD_get_daemon_info (struct MHD_Daemon *daemon,
  * @return static version string, e.g. "0.9.9"
  * @ingroup specialized
  */
-_MHD_EXTERN const char*
+_MHD_EXTERN const char *
 MHD_get_version (void);
 
 

-- 
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]