]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/tcp_htcp.c
[NET] IPV4: Fix whitespace errors.
[net-next-2.6.git] / net / ipv4 / tcp_htcp.c
index 753987a1048ffdf8a890205fd425fcd69d420902..63318b6e9d512e139861eed32148488093c17a08 100644 (file)
@@ -224,7 +224,7 @@ static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 rtt,
        if (!tcp_is_cwnd_limited(sk, in_flight))
                return;
 
-        if (tp->snd_cwnd <= tp->snd_ssthresh)
+       if (tp->snd_cwnd <= tp->snd_ssthresh)
                tcp_slow_start(tp);
        else {