Added AlignAfterOpenBracket: AlwaysBreak and BinPackArguments: true to clang-format. Updated test/bacnet c/h files with updated format.
This commit is contained in:
@@ -68,15 +68,12 @@ static void testIHave(void)
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
#if defined(CONFIG_ZTEST_NEW_API)
|
||||
ZTEST_SUITE(ihave_tests, NULL, NULL, NULL, NULL, NULL);
|
||||
#else
|
||||
void test_main(void)
|
||||
{
|
||||
ztest_test_suite(ihave_tests,
|
||||
ztest_unit_test(testIHave)
|
||||
);
|
||||
ztest_test_suite(ihave_tests, ztest_unit_test(testIHave));
|
||||
|
||||
ztest_run_test_suite(ihave_tests);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user