diff -r 7539329b5cf6 -r f46bec1b5f21 tool/CommandConfig.cpp --- 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 @@ -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();