Skip to content
Snippets Groups Projects
Commit bf9eb4b7 authored by Florian Pose's avatar Florian Pose
Browse files

Removed tabs.

parent 53f9230c
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
* EtherCAT technology and brand is only permitted in compliance with the * EtherCAT technology and brand is only permitted in compliance with the
* industrial property and similar rights of Beckhoff Automation GmbH. * industrial property and similar rights of Beckhoff Automation GmbH.
* *
* vim: expandtab
*
****************************************************************************/ ****************************************************************************/
#include <iostream> #include <iostream>
...@@ -70,7 +72,7 @@ string CommandCStruct::helpString() const ...@@ -70,7 +72,7 @@ string CommandCStruct::helpString() const
void CommandCStruct::execute(const StringVector &args) void CommandCStruct::execute(const StringVector &args)
{ {
MasterIndexList masterIndices; MasterIndexList masterIndices;
SlaveList slaves; SlaveList slaves;
SlaveList::const_iterator si; SlaveList::const_iterator si;
...@@ -80,7 +82,7 @@ void CommandCStruct::execute(const StringVector &args) ...@@ -80,7 +82,7 @@ void CommandCStruct::execute(const StringVector &args)
throwInvalidUsageException(err); throwInvalidUsageException(err);
} }
masterIndices = getMasterIndices(); masterIndices = getMasterIndices();
MasterIndexList::const_iterator mi; MasterIndexList::const_iterator mi;
for (mi = masterIndices.begin(); for (mi = masterIndices.begin();
mi != masterIndices.end(); mi++) { mi != masterIndices.end(); mi++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment