Browse Source

ipv6: trivial whitespace fix

Change brace placement to be in line with coding standards

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Ian Morris 10 years ago
parent
commit
ec120da6f0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      net/ipv6/udp.c

+ 2 - 1
net/ipv6/udp.c

@@ -1496,7 +1496,8 @@ int __net_init udp6_proc_init(struct net *net)
 	return udp_proc_register(net, &udp6_seq_afinfo);
 	return udp_proc_register(net, &udp6_seq_afinfo);
 }
 }
 
 
-void udp6_proc_exit(struct net *net) {
+void udp6_proc_exit(struct net *net)
+{
 	udp_proc_unregister(net, &udp6_seq_afinfo);
 	udp_proc_unregister(net, &udp6_seq_afinfo);
 }
 }
 #endif /* CONFIG_PROC_FS */
 #endif /* CONFIG_PROC_FS */