commit 9d142ff1a79682ff126b3a8f2248f74c149a76be
parent 079dfd2cb8760d21e2f04a869e9a41b1dede28c8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 31 Oct 2021 18:21:56 +0300
microhttpd.h: fixed code style
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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);