tcp: whitespace fixes
authorstephen hemminger <stephen@networkplumber.org>
Sat, 30 Aug 2014 06:32:05 +0000 (23:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2014 01:12:45 +0000 (18:12 -0700)
commit688d1945bc89bd585ec67b5b83121f499e6290bb
tree3138045afe46d72e458c1cfb3dd2552b2acaf915
parentd09d3038a336cbab6bde616ce44266c36c214f81
tcp: whitespace fixes

Fix places where there is space before tab, long lines, and
awkward if(){, double spacing etc. Add blank line after declaration/initialization.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
net/ipv4/tcp_bic.c
net/ipv4/tcp_cong.c
net/ipv4/tcp_cubic.c
net/ipv4/tcp_diag.c
net/ipv4/tcp_highspeed.c
net/ipv4/tcp_htcp.c
net/ipv4/tcp_hybla.c
net/ipv4/tcp_illinois.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_probe.c
net/ipv4/tcp_scalable.c
net/ipv4/tcp_vegas.c
net/ipv4/tcp_veno.c
net/ipv4/tcp_westwood.c
net/ipv4/tcp_yeah.c