mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2025-12-20 04:30:12 +01:00
Fix indentation.
This commit is contained in:
parent
973b510e95
commit
3333d5bde8
1 changed files with 2 additions and 2 deletions
|
|
@ -390,9 +390,9 @@ static int _xcb_open_tcp(const char *host, char *protocol, const unsigned short
|
|||
if (_xcb_do_connect(fd, addr->ai_addr, addr->ai_addrlen) >= 0)
|
||||
break;
|
||||
#ifdef _WIN32
|
||||
closesocket(fd);
|
||||
closesocket(fd);
|
||||
#else
|
||||
close(fd);
|
||||
close(fd);
|
||||
#endif
|
||||
fd = -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue