clang-format

This commit is contained in:
Links
2020-10-26 17:04:19 +01:00
parent 80bf087cd0
commit 4db14451fb
4 changed files with 9 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ class WebSocketsClient : protected WebSockets {
void beginSocketIOSSLWithCA(const char * host, uint16_t port, const char * url = "/socket.io/?EIO=3", BearSSL::X509List * CA_cert = NULL, const char * protocol = "arduino");
#endif
#endif
#if(WEBSOCKETS_NETWORK_TYPE != NETWORK_ESP8266_ASYNC)
void loop(void);
#else