From a639989a3ab7b0eeef4f79c0a83d324168360d1c Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 28 Jun 2010 00:51:13 +0000 Subject: [PATCH] Removed trailing spaces. --- bacnet-stack/src/bacapp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/src/bacapp.c b/bacnet-stack/src/bacapp.c index e88ca7f8..f198063f 100644 --- a/bacnet-stack/src/bacapp.c +++ b/bacnet-stack/src/bacapp.c @@ -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 ** 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. ** ** This function is NOT thread safe. ** ** Notes: The _safe suffix is there because the function should be relatively safe against buffer overruns. -** +** */ bool bacapp_decode_application_data_safe(