diff options
| author | hovertank3d <[email protected]> | 2025-11-13 23:07:41 +0100 |
|---|---|---|
| committer | hovertank3d <[email protected]> | 2025-11-13 23:23:19 +0100 |
| commit | 9e162e1a3cbf4ea75953bb1f4e2b9440c9456348 (patch) | |
| tree | f97a1cce84cfbf3ae3f3fceb2211b15543a26efb /include/net/client.hpp | |
| parent | a5b377745116de2b269cdfc5b90f08f46d0432d2 (diff) | |
| download | ogurec-9e162e1a3cbf4ea75953bb1f4e2b9440c9456348.tar.gz ogurec-9e162e1a3cbf4ea75953bb1f4e2b9440c9456348.zip | |
make clang-format happy
Diffstat (limited to 'include/net/client.hpp')
| -rw-r--r-- | include/net/client.hpp | 2 |
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) |
