Formating

This commit is contained in:
2022-10-04 21:59:06 +02:00
parent 3a9db68e74
commit c214d473e2
7 changed files with 206 additions and 84 deletions
+1
View File
@@ -27,6 +27,7 @@ namespace gaconnector
class Websocket
{
private:
bool isLoggedIn = false;
char lastPath[513] = "";
char lastHash[2 * MD5LEN + 1] = "";
ix::WebSocket *webSocket = nullptr;