Skip to content

Commit c0e74b0

Browse files
committed
clangify
1 parent fdb2390 commit c0e74b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Wippersnapper.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,8 +2370,8 @@ void Wippersnapper::runNetFSM() {
23702370
#endif
23712371
// Perform a WiFi scan and check if SSID within
23722372
// secrets.json is within the scanned SSIDs
2373-
WS_DEBUG_PRINT("Performing a WiFi scan for SSID...");
2374-
if (!check_valid_ssid()) {
2373+
WS_DEBUG_PRINT("Performing a WiFi scan for SSID...");
2374+
if (!check_valid_ssid()) {
23752375
#ifdef USE_DISPLAY
23762376
WS._ui_helper->show_scr_error("ERROR",
23772377
"Unable to find WiFi network listed in "
@@ -2389,7 +2389,7 @@ void Wippersnapper::runNetFSM() {
23892389
feedWDT();
23902390
// attempt to connect
23912391
WS_DEBUG_PRINT("Connecting to WiFi (attempt #");
2392-
WS_DEBUG_PRINT(5-maxAttempts);
2392+
WS_DEBUG_PRINT(5 - maxAttempts);
23932393
WS_DEBUG_PRINTLN(")");
23942394
WS_PRINTER.flush();
23952395
feedWDT();
@@ -2425,7 +2425,7 @@ void Wippersnapper::runNetFSM() {
24252425
maxAttempts = 5;
24262426
while (maxAttempts > 0) {
24272427
WS_DEBUG_PRINT("Connecting to AIO MQTT (attempt #");
2428-
WS_DEBUG_PRINT(5-maxAttempts);
2428+
WS_DEBUG_PRINT(5 - maxAttempts);
24292429
WS_DEBUG_PRINTLN(")");
24302430
WS_PRINTER.flush();
24312431
WS_DEBUG_PRINT("WiFi Status: ");

0 commit comments

Comments
 (0)