# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1268998808 -3600
# Node ID 7539329b5cf629139b6d8c32a8dba7909b36611c
# Parent  8f37abf260cf74ba9a417df8aea6835939532f16
Removed tabs.

diff -r 8f37abf260cf -r 7539329b5cf6 tool/CommandCStruct.cpp
--- a/tool/CommandCStruct.cpp	Fri Mar 19 12:39:05 2010 +0100
+++ b/tool/CommandCStruct.cpp	Fri Mar 19 12:40:08 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 <iostream>
@@ -70,7 +72,7 @@
 
 void CommandCStruct::execute(const StringVector &args)
 {
-	MasterIndexList masterIndices;
+    MasterIndexList masterIndices;
     SlaveList slaves;
     SlaveList::const_iterator si;
 
@@ -80,7 +82,7 @@
         throwInvalidUsageException(err);
     }
 
-	masterIndices = getMasterIndices();
+    masterIndices = getMasterIndices();
     MasterIndexList::const_iterator mi;
     for (mi = masterIndices.begin();
             mi != masterIndices.end(); mi++) {