Skip to content

Commit 151dec1

Browse files
committed
fmt
1 parent ad0e9b2 commit 151dec1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MQTTClient.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ typedef struct {
2020
MQTTClientCallbackAdvanced advanced = nullptr;
2121
} MQTTClientCallback;
2222

23-
static void MQTTClientHandler(lwmqtt_client_t * /*client */, void *ref, lwmqtt_string_t topic, lwmqtt_message_t message) {
23+
static void MQTTClientHandler(lwmqtt_client_t * /*client*/, void *ref, lwmqtt_string_t topic,
24+
lwmqtt_message_t message) {
2425
// get callback
2526
auto cb = (MQTTClientCallback *)ref;
2627

0 commit comments

Comments
 (0)