diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-17 13:28:17 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-17 13:29:58 -0500 |
| commit | 044506e7f89a13efe2e0d51febd1f027da85aeda (patch) | |
| tree | 31d8c971cad770114ae785fe45d170175390341a /.clang-format | |
| parent | 7c0c85a2eba6132302c70541a1e4393a1e798dd8 (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-format | 2 |
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 |
