clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: Ia240047e2472bccb2bb039ff71bea20a7a602ec4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/subprojects/ncsid/test/ncsi_test.cpp b/subprojects/ncsid/test/ncsi_test.cpp
index 39b8378..b613647 100644
--- a/subprojects/ncsid/test/ncsi_test.cpp
+++ b/subprojects/ncsid/test/ncsi_test.cpp
@@ -172,8 +172,8 @@
static constexpr int test_num_states = 9;
// Total number of states in all three state machines.
- static constexpr int total_num_states =
- l2_num_states + l3l4_num_states + test_num_states;
+ static constexpr int total_num_states = l2_num_states + l3l4_num_states +
+ test_num_states;
};
TEST_F(TestNcsi, TestMACAddrPropagation)