indented using indent tool.

This commit is contained in:
skarg
2006-02-19 13:04:38 +00:00
parent 1548636050
commit 8a688032a1
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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++;