tighten formatting rules

This commit is contained in:
Christian Grothoff
2019-10-31 13:06:08 +01:00
parent e0a0762845
commit 7389c34528
160 changed files with 902 additions and 529 deletions
+5 -5
View File
@@ -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