tool/CommandXml.cpp
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 1968 4f682084c643
child 2542 8dd49f6f6d32
--- a/tool/CommandXml.cpp	Thu Sep 06 19:52:17 2012 +0200
+++ b/tool/CommandXml.cpp	Thu Sep 06 20:22:24 2012 +0200
@@ -115,7 +115,7 @@
     for (i = 0; i < indent; i++) {
         in += "  ";
     }
-    
+
     cout
         << in << "<EtherCATInfo>" << endl
         << in << "  <!-- Slave " << slave.position << " -->" << endl
@@ -178,7 +178,7 @@
                         << in << "            <SubIndex>"
                         << dec << (unsigned int) entry.subindex
                         << "</SubIndex>" << endl;
-                
+
                 cout
                     << in << "            <BitLen>"
                     << dec << (unsigned int) entry.bit_length