summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:13:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:13:11 +0000
commitb740d2d231d5b2a6e83c55a2552ffe20e822b490 (patch)
tree5eb76d5e45fbea961b048a0c51636fef037b6c35 /TAO/tao/Monitor
parent2cfe062bb65032a4e5af0d249508154f8ed63ccd (diff)
downloadATCD-b740d2d231d5b2a6e83c55a2552ffe20e822b490.tar.gz
Zapped trailing whitespace
Diffstat (limited to 'TAO/tao/Monitor')
-rw-r--r--TAO/tao/Monitor/Monitor.cpp2
-rw-r--r--TAO/tao/Monitor/Monitor.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Monitor/Monitor.cpp b/TAO/tao/Monitor/Monitor.cpp
index 735bba8cecd..6258b199287 100644
--- a/TAO/tao/Monitor/Monitor.cpp
+++ b/TAO/tao/Monitor/Monitor.cpp
@@ -46,7 +46,7 @@ TAO_Monitor_Init::create_object (CORBA::ORB_ptr orb,
catch (const CORBA::Exception&)
{
}
-
+
return CORBA::Object::_nil ();
}
diff --git a/TAO/tao/Monitor/Monitor.h b/TAO/tao/Monitor/Monitor.h
index 3e2ad6c4055..2121871a6a0 100644
--- a/TAO/tao/Monitor/Monitor.h
+++ b/TAO/tao/Monitor/Monitor.h
@@ -37,11 +37,11 @@ class TAO_Monitor_Export TAO_Monitor_Init : public TAO_Object_Loader
{
public:
TAO_Monitor_Init (void);
-
+
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
int argc,
ACE_TCHAR *argv []);
-
+
/// Used to force the initialization of the ORB code.
static int Initializer (void);
};