Remove trailing white spaces
[apps/agl-service-unicens.git] / ucs2-interface / ucs-xml / UcsXml_Private.c
index b447bce..9350191 100644 (file)
@@ -82,7 +82,7 @@ void *MCalloc(struct UcsXmlObjectList *list, uint32_t nElem, uint32_t elemSize)
     void *obj;\r
     struct UcsXmlObjectList *tail = list;\r
     if (NULL == list || 0 == nElem || 0 == elemSize) return NULL;\r
-    \r
+\r
     obj = calloc(nElem, elemSize);\r
     if (NULL == obj)\r
     {\r