diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-17 19:28:17 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-17 19:29:58 +0100 |
commit | 044506e7f89a13efe2e0d51febd1f027da85aeda (patch) | |
tree | 31d8c971cad770114ae785fe45d170175390341a /.clang-format | |
parent | Merge pull request #1634 from qlyoung/vtysh-output-file (diff) | |
download | frr-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-format | 2 |
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 |