indented using indent tool.
This commit is contained in:
+2
-2
@@ -112,8 +112,8 @@ int wp_decode_service_request(uint8_t * apdu,
|
||||
data->array_index = unsigned_value;
|
||||
} else
|
||||
data->array_index = BACNET_ARRAY_ALL;
|
||||
/* Tag 3: opening context tag */
|
||||
if (!decode_is_opening_tag_number(&apdu[len], 3))
|
||||
/* Tag 3: opening context tag */
|
||||
if (!decode_is_opening_tag_number(&apdu[len], 3))
|
||||
return -1;
|
||||
/* a tag number of 3 is not extended so only one octet */
|
||||
len++;
|
||||
|
||||
Reference in New Issue
Block a user