diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-03 12:18:24 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-08-03 12:18:24 -0300 |
| commit | 6e4e5353e4370a5febfb68e3237682e9916143c1 (patch) | |
| tree | 1c3d2c30136da6d7c1df0d126f0b26c00ea09e99 /.clang-format | |
| parent | 5a45d613089615a3096433a3ba1e1977fd6bce4d (diff) | |
clang-format: add FOREACH_SAFI to the ForEachMacros list
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
