tcp: whitespace fixes
[deliverable/linux.git] / net / ipv4 / tcp_veno.c
index 8276977d2c854729d9c7a0e3e501b2dee9db4c3d..a4d2d2d88dcae7c00cf4db83d8b13ce6b143b3b4 100644 (file)
@@ -175,7 +175,6 @@ static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked)
                                } else
                                        tp->snd_cwnd_cnt++;
                        }
-
                }
                if (tp->snd_cwnd < 2)
                        tp->snd_cwnd = 2;
This page took 0.027215 seconds and 5 git commands to generate.