Skip to content

Commit 1eb5606

Browse files
committed
clang
1 parent 52e04be commit 1eb5606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Adafruit_MQTT.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ void Adafruit_MQTT::processSubscriptionPacket(Adafruit_MQTT_Subscribe *sub) {
240240
// execute callback in io mode
241241
((sub->io_mqtt)->*(sub->callback_io))((char *)sub->lastread, sub->datalen);
242242
} else {
243-
DEBUG_PRINTLN("ERROR: Subscription packet did not have an associated callback");
243+
DEBUG_PRINTLN(
244+
"ERROR: Subscription packet did not have an associated callback");
244245
return;
245246
}
246247
// mark subscription message as "read""

0 commit comments

Comments
 (0)