make pretty using clang-format 10
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user