ip: indent format typo fix 47/24147/1
authorNeale Ranns <nranns@cisco.com>
Wed, 1 Jan 2020 21:55:41 +0000 (21:55 +0000)
committerNeale Ranns <nranns@cisco.com>
Wed, 1 Jan 2020 21:55:41 +0000 (21:55 +0000)
Type: style

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: Idfcd4a363d4582ce69fac83ddc760f2dc4feed52

src/vnet/ip/ip6_link.c

index b73fbe2..35b718e 100644 (file)
@@ -245,14 +245,12 @@ ip6_link_delegate_flush (ip6_link_t * il)
 {
   ip6_link_delegate_t *ild;
 
-  /* *INDET-OFF* */
-  FOREACH_IP6_LINK_DELEGATE (ild, il, (
-                                       {
-                                       il_delegate_vfts[ild->
-                                                        ild_type].ildv_disable
-                                       (ild->ild_index);
-                                       }));
-  /* *INDET-ON* */
+  /* *INDENT-OFF* */
+  FOREACH_IP6_LINK_DELEGATE (ild, il,
+  ({
+    il_delegate_vfts[ild->ild_type].ildv_disable(ild->ild_index);
+  }));
+  /* *INDENT-ON* */
 
   vec_free (il->il_delegates);
   il->il_delegates = NULL;