Removed trailing spaces.

This commit is contained in:
skarg
2010-06-28 00:51:13 +00:00
parent 99ec130371
commit a639989a3a
+2 -2
View File
@@ -300,13 +300,13 @@ int bacapp_decode_application_data(
** Usage: Similar to strtok. Call function the first time with new_apdu and new_adu_len set to apdu buffer ** Usage: Similar to strtok. Call function the first time with new_apdu and new_adu_len set to apdu buffer
** to be processed. Subsequent calls should pass in NULL. ** to be processed. Subsequent calls should pass in NULL.
** **
** Returns true if a application message is correctly parsed. ** Returns true if a application message is correctly parsed.
** Returns false if no more application messages are available. ** Returns false if no more application messages are available.
** **
** This function is NOT thread safe. ** This function is NOT thread safe.
** **
** Notes: The _safe suffix is there because the function should be relatively safe against buffer overruns. ** Notes: The _safe suffix is there because the function should be relatively safe against buffer overruns.
** **
*/ */
bool bacapp_decode_application_data_safe( bool bacapp_decode_application_data_safe(