summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2020-08-03 18:27:28 +0200
committerGitHub <noreply@github.com>2020-08-03 18:27:28 +0200
commit774daaed3f29904a234f689fc5d01e33551f27b8 (patch)
treeda0e4c0f2601ebfcd1872bdf9ce680840a98245b
parentMerge pull request #6781 from chiragshah6/mdev (diff)
parentclang-format: add FOREACH_SAFI to the ForEachMacros list (diff)
downloadfrr-774daaed3f29904a234f689fc5d01e33551f27b8.tar.xz
frr-774daaed3f29904a234f689fc5d01e33551f27b8.zip
Merge pull request #6845 from opensourcerouting/foreach-safi-formatting
clang-format: add FOREACH_SAFI to the ForEachMacros list
-rw-r--r--.clang-format1
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