misc: move to new pool_foreach macros
[vpp.git] / src / vnet / vxlan / vxlan_api.c
index 8e5b346..0e51f3d 100644 (file)
@@ -232,10 +232,10 @@ static void vl_api_vxlan_tunnel_dump_t_handler
   if (~0 == sw_if_index)
     {
       /* *INDENT-OFF* */
-      pool_foreach (t, vxm->tunnels,
-      ({
+      pool_foreach (t, vxm->tunnels)
+       {
         send_vxlan_tunnel_details(t, reg, mp->context);
-      }));
+      }
       /* *INDENT-ON* */
     }
   else