diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-08-03 18:27:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 18:27:28 +0200 |
commit | 774daaed3f29904a234f689fc5d01e33551f27b8 (patch) | |
tree | da0e4c0f2601ebfcd1872bdf9ce680840a98245b | |
parent | Merge pull request #6781 from chiragshah6/mdev (diff) | |
parent | clang-format: add FOREACH_SAFI to the ForEachMacros list (diff) | |
download | frr-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-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 |