From f1a58b980fc090b5e0d2a4eff704c8d2b23cd79c Mon Sep 17 00:00:00 2001 From: tkummermehr Date: Fri, 14 Jul 2017 11:34:19 +0200 Subject: Remove trailing white spaces --- ucs2-interface/ucs-xml/UcsXml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucs2-interface/ucs-xml/UcsXml.h') diff --git a/ucs2-interface/ucs-xml/UcsXml.h b/ucs2-interface/ucs-xml/UcsXml.h index 2e5eef9..b36e007 100644 --- a/ucs2-interface/ucs-xml/UcsXml.h +++ b/ucs2-interface/ucs-xml/UcsXml.h @@ -62,7 +62,7 @@ typedef struct /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ /** - * \brief Initializes Unicens XML parser module, parses the given string and + * \brief Initializes Unicens XML parser module, parses the given string and * generate the data needed to run Unicens (UCS) library. * * \note In case of errors the callback UcsXml_CB_OnError will be raised. @@ -74,7 +74,7 @@ typedef struct UcsXmlVal_t *UcsXml_Parse(const char *xmlString); /** - * \brief Frees the given structure, generated by UcsXml_Parse. + * \brief Frees the given structure, generated by UcsXml_Parse. * * \note In case of errors the callback UcsXml_CB_OnError will be raised. * \param val - The structure to be freed. -- cgit 1.2.3-korg