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
+4 -2
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 <iostream>
@@ -66,7 +68,7 @@ string CommandData::helpString() const
void CommandData::execute(const StringVector &args)
{
MasterIndexList masterIndices;
MasterIndexList masterIndices;
DomainList domains;
DomainList::const_iterator di;
@@ -76,7 +78,7 @@ void CommandData::execute(const StringVector &args)
throwInvalidUsageException(err);
}
masterIndices = getMasterIndices();
masterIndices = getMasterIndices();
MasterIndexList::const_iterator mi;
for (mi = masterIndices.begin();
mi != masterIndices.end(); mi++) {