diff --git a/lib_standalone/Network.h b/lib_standalone/Network.h index 7dad09f10..838e9d71c 100644 --- a/lib_standalone/Network.h +++ b/lib_standalone/Network.h @@ -4,7 +4,7 @@ #include "Arduino.h" #include -#include +#include #define WiFiMode_t wifi_mode_t #define WIFI_OFF WIFI_MODE_NULL @@ -162,7 +162,7 @@ class WiFiClass { return 0; }; - void disconnect(bool v){}; + void disconnect(bool v) {}; char * getHostname() { return nullptr; @@ -183,7 +183,7 @@ class ETHClass { return false; }; - void setHostname(const char * s){}; + void setHostname(const char * s) {}; char * getHostname() { return nullptr;