ip: use IPv6 flowlabel in flow hash computation
[vpp.git] / src / plugins / mactime / mactime_test.c
index 40a9da0..67655cc 100644 (file)
@@ -282,10 +282,10 @@ api_mactime_dump (vat_main_t * vam)
 
   fformat (vam->ofp, "%U", format_device, 0 /* header */ , 0 /* verbose */ );
   /* *INDENT-OFF* */
-  pool_foreach (dev, tm->devices,
-  ({
+  pool_foreach (dev, tm->devices)
+   {
     fformat (vam->ofp, "%U", format_device, dev, verbose);
-  }));
+  }
   /* *INDENT-ON* */
 
   return ret;
@@ -432,7 +432,6 @@ vl_api_mactime_details_t_handler (vl_api_mactime_details_t * mp)
   clib_warning ("WARNING: stub called...");
 }
 
-
 #include <mactime/mactime.api_test.c>
 
 /*