datapath: Fix coding style issues.
[sliver-openvswitch.git] / datapath / linux / compat / addrconf_core-openvswitch.c
index b5a7574..35e3612 100644 (file)
@@ -12,7 +12,7 @@
 
 static inline unsigned ipv6_addr_scope2type(unsigned scope)
 {
-       switch(scope) {
+       switch (scope) {
        case IPV6_ADDR_SCOPE_NODELOCAL:
                return (IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_NODELOCAL) |
                        IPV6_ADDR_LOOPBACK);