Browse Source

ipv6: Add missing newline to __xfrm6_output_finish

Add a newline between variable declarations and the code.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Eric W. Biederman 9 years ago
parent
commit
b1842ffddf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/ipv6/xfrm6_output.c

+ 1 - 0
net/ipv6/xfrm6_output.c

@@ -134,6 +134,7 @@ int xfrm6_output_finish(struct sock *sk, struct sk_buff *skb)
 static int __xfrm6_output_finish(struct net *net, struct sock *sk, struct sk_buff *skb)
 {
 	struct xfrm_state *x = skb_dst(skb)->xfrm;
+
 	return x->outer_mode->afinfo->output_finish(sk, skb);
 }