tool/CommandConfig.cpp
changeset 1880 f46bec1b5f21
parent 1869 14f634f5b613
child 1918 c58633eed20b
--- a/tool/CommandConfig.cpp	Fri Mar 19 12:40:08 2010 +0100
+++ b/tool/CommandConfig.cpp	Fri Mar 19 12:41:32 2010 +0100
@@ -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 <list>
@@ -104,7 +106,7 @@
  */
 void CommandConfig::execute(const StringVector &args)
 {
-	MasterIndexList masterIndices;
+    MasterIndexList masterIndices;
     bool doIndent;
     ConfigList configs;
 
@@ -114,7 +116,7 @@
         throwInvalidUsageException(err);
     }
 
-	masterIndices = getMasterIndices();
+    masterIndices = getMasterIndices();
     doIndent = masterIndices.size() > 1;
     MasterIndexList::const_iterator mi;
     for (mi = masterIndices.begin();