Added AlignAfterOpenBracket: AlwaysBreak and BinPackArguments: true to clang-format. Updated test/bacnet c/h files with updated format.

This commit is contained in:
Steve Karg
2024-04-24 09:38:12 -05:00
parent 1aaebe9414
commit 70c54817fd
120 changed files with 2182 additions and 1894 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ static void testWritePropertyMultiple(void)
&apdu[offset], apdu_len - offset, &wp_data);
zassert_not_equal(len, 0, NULL);
offset += len;
printf("WPM: type=%lu instance=%lu property=%lu "
printf(
"WPM: type=%lu instance=%lu property=%lu "
"priority=%lu index=%ld\n",
(unsigned long)wp_data.object_type,
(unsigned long)wp_data.object_instance,