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 -3
View File
@@ -537,9 +537,7 @@ int bacnet_npdu_decode(uint8_t *npdu,
* @param pdu_len [in] The size of the received message in the pdu[] buffer.
* @return true if the PDU is a confirmed APDU
*/
bool npdu_confirmed_service(
uint8_t *pdu,
uint16_t pdu_len)
bool npdu_confirmed_service(uint8_t *pdu, uint16_t pdu_len)
{
bool status = false;
int apdu_offset = 0;