summaryrefslogtreecommitdiff
path: root/include/net/client.hpp
diff options
context:
space:
mode:
authorhovertank3d <[email protected]>2025-11-13 23:07:41 +0100
committerhovertank3d <[email protected]>2025-11-13 23:23:19 +0100
commit9e162e1a3cbf4ea75953bb1f4e2b9440c9456348 (patch)
treef97a1cce84cfbf3ae3f3fceb2211b15543a26efb /include/net/client.hpp
parenta5b377745116de2b269cdfc5b90f08f46d0432d2 (diff)
downloadogurec-9e162e1a3cbf4ea75953bb1f4e2b9440c9456348.tar.gz
ogurec-9e162e1a3cbf4ea75953bb1f4e2b9440c9456348.zip
make clang-format happy
Diffstat (limited to 'include/net/client.hpp')
-rw-r--r--include/net/client.hpp2
1 files changed, 1 insertions, 1 deletions
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)