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
+2 -1
View File
@@ -95,7 +95,8 @@ int whois_decode_service_request(
decode_unsigned(&apdu[len], len_value, &unsigned_value);
if (unsigned_value <= BACNET_MAX_INSTANCE) {
if (pHigh_limit) {
*pHigh_limit = (int32_t)unsigned_value;;
*pHigh_limit = (int32_t)unsigned_value;
;
}
}
} else {