datapath: Fix coding style issues.
[openvswitch] / datapath / linux / compat / addrconf_core-openvswitch.c
index b5a757407070d71ffc57f340d7bb8128d7558c9a..35e36120b497d947bbeac7a1dd330e367fc66a71 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);