cleaned all trailing white space from source files.
[sdk] / samples / net / XMLSample / xmlSample.ec
index 4484a8a..7dd00f4 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************
-   This sample demonstrates how to use the XMLParser 
-   class to parse an XML communication protocol and 
+   This sample demonstrates how to use the XMLParser
+   class to parse an XML communication protocol and
    update model objects accordingly.
 ********************************************************/
 
@@ -66,7 +66,7 @@ class TrackXMLParser : XMLParser
          if(object)
          {
             object.type = type;
-            object.description = desc;            
+            object.description = desc;
          }
          else
          {