Skip to content

Commit 1566b8d

Browse files
committed
Formatting
1 parent 27aa1e1 commit 1566b8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/control.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
2727

2828
#ifdef WITH_CONTROL
2929

30+
3031
static void control__negative_reply(const char *clientid, const char *request_topic)
3132
{
3233
size_t response_topic_len;

src/http_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ static int check_access(struct mosquitto__listener *listener, struct MHD_Connect
352352
context.listener = listener;
353353

354354
context.id = (char *)"http-api";
355-
context.username = MHD_basic_auth_get_username_password (connection, &context.password);
355+
context.username = MHD_basic_auth_get_username_password(connection, &context.password);
356356

357357
/* Authentication */
358358
auth_rc = mosquitto_basic_auth(&context);

0 commit comments

Comments
 (0)