[TCP]: whitespace cleanup

Add whitespace around keywords.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Hemminger 2007-03-08 20:45:19 -08:00 committed by David S. Miller
parent 132adf5463
commit 2de979bd7d
5 changed files with 51 additions and 50 deletions

View file

@ -226,7 +226,7 @@ static void tcp_westwood_event(struct sock *sk, enum tcp_ca_event event)
struct tcp_sock *tp = tcp_sk(sk);
struct westwood *w = inet_csk_ca(sk);
switch(event) {
switch (event) {
case CA_EVENT_FAST_ACK:
westwood_fast_bw(sk);
break;