diff -r 2c22f3bea8ba -r a89e2bedf004 tool/CommandConfig.cpp --- a/tool/CommandConfig.cpp Fri Mar 19 13:27:08 2010 +0100 +++ b/tool/CommandConfig.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 @@ -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();