mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
Fixed code style in basicauth.c
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
*/
|
||||
char *
|
||||
MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
|
||||
char**password)
|
||||
char **password)
|
||||
{
|
||||
const char *header;
|
||||
char *decode;
|
||||
|
||||
Reference in New Issue
Block a user