Skip to content

Commit c5cdfc9

Browse files
author
brentru
committed
clang format
1 parent 86aff92 commit c5cdfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_MQTT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Adafruit_MQTT {
253253
const char *will_payload;
254254
uint8_t will_qos;
255255
uint8_t will_retain;
256-
uint16_t keepAliveInterval; // MQTT KeepAlive time interval, in seconds
256+
uint16_t keepAliveInterval; // MQTT KeepAlive time interval, in seconds
257257
uint8_t buffer[MAXBUFFERSIZE]; // one buffer, used for all incoming/outgoing
258258
uint16_t packet_id_counter;
259259

0 commit comments

Comments
 (0)