From 9e162e1a3cbf4ea75953bb1f4e2b9440c9456348 Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Thu, 13 Nov 2025 23:07:41 +0100 Subject: make clang-format happy --- include/net/client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/net/client.hpp') diff --git a/include/net/client.hpp b/include/net/client.hpp index 8f81638..234ca90 100644 --- a/include/net/client.hpp +++ b/include/net/client.hpp @@ -22,7 +22,7 @@ namespace net { class client { - struct sockaddr_in server_address {}; + struct sockaddr_in server_address { }; public: client(std::string hostname, int port) -- cgit v1.2.3