summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-01-17 13:28:17 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-01-17 13:29:58 -0500
commit044506e7f89a13efe2e0d51febd1f027da85aeda (patch)
tree31d8c971cad770114ae785fe45d170175390341a /.clang-format
parent7c0c85a2eba6132302c70541a1e4393a1e798dd8 (diff)
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 21fe9d7c5e..cc5a95baf6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -57,3 +57,5 @@ ForEachMacros:
- SUBGRP_FOREACH_ADJ_SAFE
- AF_FOREACH
- FOREACH_AFI_SAFI
+ # ospfd
+ - LSDB_LOOP