From c9781235126773f1ec9d7d07438faa1b654aedc7 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 24 Feb 2012 10:43:27 +0000 Subject: [PATCH] untabify --- .../meshjob/impl/SPADDERPluginTester_i.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Tools/padder/meshjob/impl/SPADDERPluginTester_i.cxx b/src/Tools/padder/meshjob/impl/SPADDERPluginTester_i.cxx index 3bfa98bb6..4de4844e3 100644 --- a/src/Tools/padder/meshjob/impl/SPADDERPluginTester_i.cxx +++ b/src/Tools/padder/meshjob/impl/SPADDERPluginTester_i.cxx @@ -35,10 +35,10 @@ using namespace std; * Constructor for component "SPADDER" instance */ SPADDERPluginTester_i::SPADDERPluginTester_i(CORBA::ORB_ptr orb, - PortableServer::POA_ptr poa, - PortableServer::ObjectId * contId, - const char *instanceName, - const char *interfaceName) + PortableServer::POA_ptr poa, + PortableServer::ObjectId * contId, + const char *instanceName, + const char *interfaceName) : Engines_Component_i(orb, poa, contId, instanceName, interfaceName) { LOG("Activating SPADDERPluginTester_i::SPADDERPluginTester object"); @@ -143,10 +143,10 @@ bool SPADDERPluginTester_i::testsmesh(CORBA::Long studyId) extern "C" { PortableServer::ObjectId * SPADDERPluginTesterEngine_factory( CORBA::ORB_ptr orb, - PortableServer::POA_ptr poa, - PortableServer::ObjectId * contId, - const char *instanceName, - const char *interfaceName) + PortableServer::POA_ptr poa, + PortableServer::ObjectId * contId, + const char *instanceName, + const char *interfaceName) { MESSAGE("PortableServer::ObjectId * SPADDERPluginTesterEngine_factory()"); SPADDERPluginTester_i * myEngine = new SPADDERPluginTester_i(orb, poa, contId, instanceName, interfaceName); -- 2.39.2