Update hci_tr.c

Indent formating
pull/12637/head
Vishal Bhargava 2020-03-17 12:13:07 +05:30 committed by GitHub
parent 5b65d3b119
commit 4ea64cb6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void hciTrSendAclData(void *pContext, uint8_t *pData)
/* pData is not freed as the hciDrvWrite took ownership of the WSF buffer */
#else
/* free buffer */
hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
#endif // CORDIO_ZERO_COPY_HCI
}
}