summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-01-17 19:28:17 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-01-17 19:29:58 +0100
commit044506e7f89a13efe2e0d51febd1f027da85aeda (patch)
tree31d8c971cad770114ae785fe45d170175390341a /.clang-format
parentMerge pull request #1634 from qlyoung/vtysh-output-file (diff)
downloadfrr-044506e7f89a13efe2e0d51febd1f027da85aeda.tar.xz
frr-044506e7f89a13efe2e0d51febd1f027da85aeda.zip
ospfd: LSDB_LOOP treat it as a loop.
Inform the .clang-format file about LSDB_LOOP and put the proper indentation for this loop into the code. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 21fe9d7c5..cc5a95baf 100644
--- a/.clang-format
+++ b/.clang-format
@@ -57,3 +57,5 @@ ForEachMacros:
- SUBGRP_FOREACH_ADJ_SAFE
- AF_FOREACH
- FOREACH_AFI_SAFI
+ # ospfd
+ - LSDB_LOOP