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/ClientConnection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ClientConnection.h') diff --git a/src/ClientConnection.h b/src/ClientConnection.h index b322c07..9d5eadd 100644 --- a/src/ClientConnection.h +++ b/src/ClientConnection.h @@ -11,6 +11,7 @@ public: bool send(const HttpResponse&); void close_connection(); + private: int m_socket_fd; bool m_is_open { true }; -- cgit v1.2.3