summaryrefslogtreecommitdiff
path: root/src/ServerConnection.h
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-09-19 21:46:12 -0600
committercflip <cflip@cflip.net>2022-09-19 21:46:12 -0600
commitbcea88142033f37bffeca4df096fb7795ebf7020 (patch)
treed1f990532092327c3269ac3bed86eec6061a3067 /src/ServerConnection.h
parentb8766fcef6dcc40bd46584015375ea76518c6201 (diff)
Add ClangFormat configuration and reformat files
Diffstat (limited to 'src/ServerConnection.h')
-rw-r--r--src/ServerConnection.h1
1 files changed, 1 insertions, 0 deletions
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;
};