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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user