Commit f05940e61845951517eda02a28ccc091888aaab9

Authored by Karl Heiss
Committed by David S. Miller
1 parent 43ae93a93e

sctp: Whitespace fix

Fix indentation in sctp_generate_heartbeat_event.

Signed-off-by: Karl Heiss <kheiss@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

net/sctp/sm_sideeffect.c
... ... @@ -388,8 +388,8 @@
388 388 asoc->state, asoc->ep, asoc,
389 389 transport, GFP_ATOMIC);
390 390  
391   - if (error)
392   - asoc->base.sk->sk_err = -error;
  391 + if (error)
  392 + asoc->base.sk->sk_err = -error;
393 393  
394 394 out_unlock:
395 395 bh_unlock_sock(asoc->base.sk);