Removed tabs.

This commit is contained in:
Florian Pose
2010-03-19 12:41:32 +01:00
parent 4eaebb3cd5
commit d079fb789b
4 changed files with 22 additions and 14 deletions

View File

@@ -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 @@ string CommandConfig::helpString() const
*/
void CommandConfig::execute(const StringVector &args)
{
MasterIndexList masterIndices;
MasterIndexList masterIndices;
bool doIndent;
ConfigList configs;
@@ -114,7 +116,7 @@ void CommandConfig::execute(const StringVector &args)
throwInvalidUsageException(err);
}
masterIndices = getMasterIndices();
masterIndices = getMasterIndices();
doIndent = masterIndices.size() > 1;
MasterIndexList::const_iterator mi;
for (mi = masterIndices.begin();