treewide: Remove trailing whitespace
[sliver-openvswitch.git] / lib / svec.h
index d9bb8a7..7fdc6b5 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
+
 #ifdef  __cplusplus
 extern "C" {
 #endif
@@ -71,7 +71,7 @@ void svec_pop_back(struct svec *);
           ? (NAME) = (SVEC)->names[INDEX], 1    \
           : 0);                                 \
          (INDEX)++)
+
 #ifdef  __cplusplus
 }
 #endif