Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 3ae6cb6

Browse files
committed
removed whitespace
1 parent 1583d07 commit 3ae6cb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src_cpp/ESPAsync_WiFiManager.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -632,16 +632,16 @@ void ESPAsync_WiFiManager::startConfigPortalModeless(char const *apName, char co
632632

633633
LOGDEBUG("SET AP STA");
634634

635-
// try to connect
635+
// try to connect
636636
if (connectWifi("", "") == WL_CONNECTED)
637637
{
638638
LOGDEBUG1(F("IP Address:"), WiFi.localIP());
639639

640-
if ( _savecallback != NULL)
641-
{
642-
//todo: check if any custom parameters actually exist, and check if they really changed maybe
643-
_savecallback();
644-
}
640+
if ( _savecallback != NULL)
641+
{
642+
//todo: check if any custom parameters actually exist, and check if they really changed maybe
643+
_savecallback();
644+
}
645645
}
646646

647647
if ( _apcallback != NULL)

0 commit comments

Comments
 (0)