Fix alignment

This commit is contained in:
David Cooper 2016-12-19 16:59:27 -05:00 committed by GitHub
parent b1d231ff85
commit 6492954735

View File

@ -4517,8 +4517,8 @@ run_server_preference() {
[[ ${cipher[i]} == "0000" ]] && cipher[i]="" # Hack! [[ ${cipher[i]} == "0000" ]] && cipher[i]="" # Hack!
[[ $DEBUG -ge 2 ]] && outln "Default cipher for ${proto[i]}: ${cipher[i]}" [[ $DEBUG -ge 2 ]] && outln "Default cipher for ${proto[i]}: ${cipher[i]}"
else else
proto[i]="" proto[i]=""
cipher[i]="" cipher[i]=""
fi fi
fi fi
i=$(($i + 1)) i=$(($i + 1))