code style

This commit is contained in:
Links
2020-05-03 09:28:55 +02:00
parent 80b0867786
commit 9048ef9ee4
4 changed files with 25 additions and 25 deletions

View File

@ -30,7 +30,7 @@ WebSocketsClient::WebSocketsClient() {
_client.num = 0;
_client.cIsClient = true;
_client.extraHeaders = WEBSOCKETS_STRING("Origin: file://");
_reconnectInterval = 500;
_reconnectInterval = 500;
}
WebSocketsClient::~WebSocketsClient() {