refactor: format all files
This commit is contained in:
@@ -23,7 +23,7 @@ bool TCPSocket::Connect(const IPAddress& address, unsigned short port) {
|
||||
if (this->GetStatus() == Connected)
|
||||
return true;
|
||||
|
||||
struct addrinfo hints{};
|
||||
struct addrinfo hints {};
|
||||
memset(&hints, 0, sizeof(addrinfo));
|
||||
|
||||
struct addrinfo* result = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user