misc: remove GNU Indent directives
[vpp.git] / src / plugins / gtpu / gtpu_api.c
index 1cc9fab..4efd9ac 100644 (file)
@@ -300,12 +300,10 @@ vl_api_gtpu_tunnel_dump_t_handler (vl_api_gtpu_tunnel_dump_t * mp)
 
   if (~0 == sw_if_index)
     {
-      /* *INDENT-OFF* */
       pool_foreach (t, gtm->tunnels)
        {
         send_gtpu_tunnel_details(t, reg, mp->context);
        }
-      /* *INDENT-ON* */
     }
   else
     {