make pretty using clang-format 10

This commit is contained in:
Steve Karg
2020-06-19 14:44:32 -05:00
parent be57c73508
commit 15dce68947
71 changed files with 660 additions and 597 deletions
+1 -2
View File
@@ -289,8 +289,7 @@ static void testRejectErrorCode(Test *pTest)
error_code = reject_convert_to_error_code(reject_reason);
test_reject_reason = reject_convert_error_code(error_code);
if (test_reject_reason != reject_reason) {
printf("Reject: result=%u reject-code=%u\n",
test_reject_reason,
printf("Reject: result=%u reject-code=%u\n", test_reject_reason,
reject_reason);
}
ct_test(pTest, test_reject_reason == reject_reason);