Skip to content

Commit

Permalink
Fixed clang format conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
devgs committed Apr 4, 2024
1 parent 10602fb commit 90fd91a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cores/beken-72xx/arduino/libraries/WiFi/WiFiEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ static void wifiEventTask(void *arg) {
// connection but no SSID yet returned by BDK. Even a sinlge millisecond
// delay should prevent this from happening. It's better to waste a bit
// of time here than to lose a valid connection down the line.
static String waitForValidSSID(WiFiClass * pWiFi)
{
static String waitForValidSSID(WiFiClass *pWiFi) {
String result;

// Read the initial value that might just be available already.
Expand Down

0 comments on commit 90fd91a

Please sign in to comment.