mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
[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:
parent
132adf5463
commit
2de979bd7d
5 changed files with 51 additions and 50 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue