indent correctly

This commit is contained in:
10077240 2019-01-14 15:10:42 +08:00
parent 939d46c3a9
commit a157343e24
1 changed files with 10 additions and 9 deletions

View File

@ -1321,6 +1321,7 @@ tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td)
error = EADDRINUSE;
goto out;
}
// inp->inp_lport != lport means in_pcbconnect_setup selected new port to inp->inp_lport.
// inp will inhash.
if (in_pcbinshash(inp) != 0) {