odp-util: Print in_port in decimal in format_odp_flow_key().
[openvswitch] / lib / svec.c
index 79c835551d5c67e15360d0d885a8609a2b687db7..d576c21d1e29addd55c4d565fc35eb982b112150 100644 (file)
@@ -24,7 +24,7 @@
 #include "util.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(svec)
+VLOG_DEFINE_THIS_MODULE(svec);
 
 void
 svec_init(struct svec *svec)
@@ -49,7 +49,7 @@ svec_destroy(struct svec *svec)
 }
 
 void
-svec_clear(struct svec *svec) 
+svec_clear(struct svec *svec)
 {
     size_t i;