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
+3 -1
View File
@@ -132,7 +132,7 @@ test_query_session ()
{
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);
free (cbc.buf);
@@ -188,6 +188,8 @@ test_query_session ()
free (cbc.buf);
return 0;
}
#endif
int