From: eap Date: Fri, 24 Feb 2012 10:43:27 +0000 (+0000) Subject: untabify X-Git-Tag: V6_5_0a1~109 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9781235126773f1ec9d7d07438faa1b654aedc7;p=modules%2Fsmesh.git untabify --- 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);