diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-03 17:18:24 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2020-08-03 17:18:24 +0200 |
commit | 6e4e5353e4370a5febfb68e3237682e9916143c1 (patch) | |
tree | 1c3d2c30136da6d7c1df0d126f0b26c00ea09e99 | |
parent | Merge pull request #6833 from donaldsharp/pcount_selected (diff) | |
download | frr-6e4e5353e4370a5febfb68e3237682e9916143c1.tar.xz frr-6e4e5353e4370a5febfb68e3237682e9916143c1.zip |
clang-format: add FOREACH_SAFI to the ForEachMacros list
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 654577d93..47d681e0e 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 |