tool/CommandData.cpp
changeset 1980 a89e2bedf004
parent 1880 f46bec1b5f21
child 1968 4f682084c643
--- a/tool/CommandData.cpp	Fri Mar 19 13:27:08 2010 +0100
+++ b/tool/CommandData.cpp	Thu Apr 29 14:05:15 2010 +0200
@@ -25,6 +25,8 @@
  *  EtherCAT technology and brand is only permitted in compliance with the
  *  industrial property and similar rights of Beckhoff Automation GmbH.
  *
+ *  vim: expandtab
+ *
  ****************************************************************************/
 
 #include <iostream>
@@ -66,7 +68,7 @@
 
 void CommandData::execute(const StringVector &args)
 {
-	MasterIndexList masterIndices;
+    MasterIndexList masterIndices;
     DomainList domains;
     DomainList::const_iterator di;
 
@@ -76,7 +78,7 @@
         throwInvalidUsageException(err);
     }
 
-	masterIndices = getMasterIndices();
+    masterIndices = getMasterIndices();
     MasterIndexList::const_iterator mi;
     for (mi = masterIndices.begin();
             mi != masterIndices.end(); mi++) {