make pretty

This commit is contained in:
Steve Karg
2022-09-10 10:32:50 -05:00
parent 7cdab61d72
commit cc4911a185
123 changed files with 1387 additions and 1604 deletions
+1 -2
View File
@@ -284,8 +284,7 @@ int dcc_decode_service_request(uint8_t *apdu,
apdu_len_max - apdu_len, len_value_type, password);
if (len > 0) {
password_length = len_value_type - 1;
if ((password_length >= 1) &&
(password_length <= 20)) {
if ((password_length >= 1) && (password_length <= 20)) {
apdu_len += len;
} else {
return BACNET_STATUS_REJECT;