From bcea88142033f37bffeca4df096fb7795ebf7020 Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 19 Sep 2022 21:46:12 -0600 Subject: Add ClangFormat configuration and reformat files --- src/ServerConnection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ServerConnection.h') diff --git a/src/ServerConnection.h b/src/ServerConnection.h index 0359b5e..f01a1b6 100644 --- a/src/ServerConnection.h +++ b/src/ServerConnection.h @@ -7,6 +7,7 @@ public: ServerConnection(int port); ClientConnection accept_client_connection(); + private: int m_socket_fd; }; -- cgit v1.2.3