Skip to content

Commit 75804b4

Browse files
committed
Add whitespace after if
1 parent 08b1221 commit 75804b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloudTCP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_Connected()
564564
/* Retransmit data in case there was a lost transaction due
565565
* to phy layer or MQTT connectivity loss.
566566
*/
567-
if(_mqtt_data_request_retransmit && (_mqtt_data_len > 0)) {
567+
if (_mqtt_data_request_retransmit && (_mqtt_data_len > 0)) {
568568
write(_dataTopicOut, _mqtt_data_buf, _mqtt_data_len);
569569
_mqtt_data_request_retransmit = false;
570570
}

0 commit comments

Comments
 (0)