mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
tighten formatting rules
This commit is contained in:
@@ -118,7 +118,7 @@ testExternalGet (int flags)
|
||||
{
|
||||
const union MHD_DaemonInfo *dinfo;
|
||||
dinfo = MHD_get_daemon_info (d, MHD_DAEMON_INFO_BIND_PORT);
|
||||
if ((NULL == dinfo) ||(0 == dinfo->port) )
|
||||
if ((NULL == dinfo) || (0 == dinfo->port) )
|
||||
{
|
||||
MHD_stop_daemon (d); return 32;
|
||||
}
|
||||
@@ -201,10 +201,10 @@ testExternalGet (int flags)
|
||||
if (EINTR != errno)
|
||||
abort ();
|
||||
#else
|
||||
if ((WSAEINVAL != WSAGetLastError ()) ||(0 != rs.fd_count) ||(0 !=
|
||||
ws.
|
||||
fd_count)
|
||||
||(0 != es.fd_count) )
|
||||
if ((WSAEINVAL != WSAGetLastError ()) || (0 != rs.fd_count) || (0 !=
|
||||
ws.
|
||||
fd_count)
|
||||
|| (0 != es.fd_count) )
|
||||
abort ();
|
||||
Sleep (1000);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user