1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Update code formatting for clang-format 19

This commit is contained in:
Michał Janiszewski
2024-12-09 23:25:40 +01:00
parent 78984e8efe
commit 6a04aaf2fa
5 changed files with 6 additions and 14 deletions

View File

@@ -368,9 +368,7 @@ public:
{
throw std::runtime_error("Socket not listening.");
}
struct sockaddr_storage client_addr
{
};
struct sockaddr_storage client_addr{};
socklen_t client_len = sizeof(struct sockaddr_storage);
std::unique_ptr<ITcpSocket> tcpSocket;