diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-03-08 20:45:19 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-25 22:24:13 -0700 |
commit | 2de979bd7da9c8b39cc0aabb0ab5aa1516d929eb (patch) | |
tree | fa3ad76a09660b3b8dac1c53a64f202088c0764c /net/ipv4/tcp_westwood.c | |
parent | 132adf54639cf7dd9315e8df89c2faa59f6e46d9 (diff) | |
download | linux-2de979bd7da9c8b39cc0aabb0ab5aa1516d929eb.tar.gz linux-2de979bd7da9c8b39cc0aabb0ab5aa1516d929eb.tar.bz2 linux-2de979bd7da9c8b39cc0aabb0ab5aa1516d929eb.zip |
[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>
Diffstat (limited to 'net/ipv4/tcp_westwood.c')
-rw-r--r-- | net/ipv4/tcp_westwood.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_westwood.c b/net/ipv4/tcp_westwood.c index 4e1b61032a9c..1f91aeae10af 100644 --- a/net/ipv4/tcp_westwood.c +++ b/net/ipv4/tcp_westwood.c @@ -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; |