Remove redundant newlines

This commit is contained in:
Laine Gholson 2015-12-12 22:58:52 -06:00
parent e8b04c77d3
commit 1bd08f34bd
1 changed files with 2 additions and 2 deletions

View File

@ -2455,7 +2455,7 @@ run_spdy() {
pr_bold " SPDY/NPN "
if ! spdy_pre ; then
outln "\n"
outln
return 0
fi
$OPENSSL s_client -connect $NODEIP:$PORT $BUGS $SNI -nextprotoneg $NPN_PROTOs </dev/null 2>$ERRFILE >$TMPFILE
@ -2488,7 +2488,7 @@ run_http2() {
pr_bold " HTTP2/ALPN "
if ! http2_pre ; then
outln "\n"
outln
return 0
fi
for proto in $ALPN_PROTOs; do