From bf9eb4b73e2b40d0b43617e45382338b9f67a102 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Fri, 19 Mar 2010 12:40:08 +0100 Subject: [PATCH] Removed tabs. --- tool/CommandCStruct.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tool/CommandCStruct.cpp b/tool/CommandCStruct.cpp index a223df20..74ed2e3c 100644 --- a/tool/CommandCStruct.cpp +++ b/tool/CommandCStruct.cpp @@ -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 @@ string CommandCStruct::helpString() const void CommandCStruct::execute(const StringVector &args) { - MasterIndexList masterIndices; + MasterIndexList masterIndices; SlaveList slaves; SlaveList::const_iterator si; @@ -80,7 +82,7 @@ void CommandCStruct::execute(const StringVector &args) throwInvalidUsageException(err); } - masterIndices = getMasterIndices(); + masterIndices = getMasterIndices(); MasterIndexList::const_iterator mi; for (mi = masterIndices.begin(); mi != masterIndices.end(); mi++) { -- GitLab