From 6e4e5353e4370a5febfb68e3237682e9916143c1 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 3 Aug 2020 12:18:24 -0300 Subject: [PATCH] clang-format: add FOREACH_SAFI to the ForEachMacros list Signed-off-by: Renato Westphal --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 654577d936..47d681e0e2 100644 --- a/.clang-format +++ b/.clang-format @@ -66,5 +66,6 @@ ForEachMacros: - SUBGRP_FOREACH_ADJ_SAFE - AF_FOREACH - FOREACH_AFI_SAFI + - FOREACH_SAFI # ospfd - LSDB_LOOP