summaryrefslogtreecommitdiffstats
path: root/ucs2-interface/ucs-xml/UcsXml.h
diff options
context:
space:
mode:
authortkummermehr <thorsten.kummermehr@k2l.de>2017-07-14 11:34:19 +0200
committertkummermehr <thorsten.kummermehr@k2l.de>2017-07-14 11:34:19 +0200
commitf1a58b980fc090b5e0d2a4eff704c8d2b23cd79c (patch)
treec9f8918ee1b14df1132e5f006411e2bd92c34e75 /ucs2-interface/ucs-xml/UcsXml.h
parent6783b8af64ba46b71607be62ae37db6e8a3a2b2e (diff)
Remove trailing white spaces
Diffstat (limited to 'ucs2-interface/ucs-xml/UcsXml.h')
-rw-r--r--ucs2-interface/ucs-xml/UcsXml.h4
1 files changed, 2 insertions, 2 deletions
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.