ixgbe: fix whitespace
[dpdk.git] / drivers / net / ixgbe / ixgbe_bypass.c
index e846946..73f608b 100644 (file)
@@ -46,7 +46,7 @@
                            __func__, __LINE__);            \
                return retval;                            \
        }                                                   \
-} while(0)
+} while (0)
 
 #define        FUNC_PTR_OR_RET(func) do {                          \
        if ((func) == NULL) {                               \
@@ -54,7 +54,7 @@
                            __func__, __LINE__);            \
                return;                                     \
        }                                                   \
-} while(0)
+} while (0)
 
 
 /**