clang format

This commit is contained in:
brentru 2021-05-18 16:54:01 -04:00
parent 86aff92f0b
commit c5cdfc9564
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ protected:
const char *will_payload;
uint8_t will_qos;
uint8_t will_retain;
uint16_t keepAliveInterval; // MQTT KeepAlive time interval, in seconds
uint16_t keepAliveInterval; // MQTT KeepAlive time interval, in seconds
uint8_t buffer[MAXBUFFERSIZE]; // one buffer, used for all incoming/outgoing
uint16_t packet_id_counter;