From 90fd91a58b6c10078553f9b5e05f3bea6ed68054 Mon Sep 17 00:00:00 2001 From: Paul Letnyanko Date: Thu, 4 Apr 2024 19:00:14 +0300 Subject: [PATCH] Fixed clang format conformance --- cores/beken-72xx/arduino/libraries/WiFi/WiFiEvents.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cores/beken-72xx/arduino/libraries/WiFi/WiFiEvents.cpp b/cores/beken-72xx/arduino/libraries/WiFi/WiFiEvents.cpp index 1290a1deb..9544d02ea 100644 --- a/cores/beken-72xx/arduino/libraries/WiFi/WiFiEvents.cpp +++ b/cores/beken-72xx/arduino/libraries/WiFi/WiFiEvents.cpp @@ -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.