summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-04 10:50:58 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-04 10:50:58 +0000
commit7e9ec3e5306d96febf581a46992768f1400d2a25 (patch)
treec57144d83db1f856de6e778784c0b4925eca8947
parent050af582eed2c147d9726ef2c25fc448c022ce7f (diff)
-indent
-rw-r--r--src/microhttpd/test_upgrade_ssl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/microhttpd/test_upgrade_ssl.c b/src/microhttpd/test_upgrade_ssl.c
index bcbf0e54..fc8d55a6 100644
--- a/src/microhttpd/test_upgrade_ssl.c
+++ b/src/microhttpd/test_upgrade_ssl.c
@@ -98,7 +98,6 @@ openssl_connect (int *sock,
destination,
"-verify",
"0",
- // "-quiet",
(char *) NULL);
_exit (1);
}
@@ -427,9 +426,7 @@ test_upgrade_internal_select ()
MHD_socket_close_ (sock);
pthread_join (pt,
NULL);
- waitpid (pid,
- NULL,
- 0);
+ waitpid (pid, NULL, 0);
MHD_stop_daemon (d);
return 0;
}