flow: Avoid assertion failure on invalid IPv6 packet.
[openvswitch] / lib / svec.h
index d9bb8a79e2f5b4ff73d940cdebbeca8eef9f6ec3..7fdc6b5138a2dad3ff9cebe6a6353b95692b6d03 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