]> git.proxmox.com Git - mirror_frr.git/commitdiff
clang-format: update the ForEachMacros setting
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 20 May 2019 21:52:16 +0000 (18:52 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 21 May 2019 19:00:19 +0000 (16:00 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
.clang-format

index a65a29f8c995c7aea022a6f998e11fb309b693d6..4bd962747fa492853dc386e13b6154d252f6417b 100644 (file)
@@ -25,6 +25,9 @@ CommentPragmas: '\$(FRR|clippy)'
 ContinuationIndentWidth: 8
 ForEachMacros:
   # lib
+  - frr_each
+  - frr_each_safe
+  - frr_each_from
   - LIST_FOREACH
   - LIST_FOREACH_SAFE
   - SLIST_FOREACH