summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Root_POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.cpp')
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index 4a5de471d87..9a16a689d7d 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -1946,8 +1946,8 @@ TAO_Root_POA::key_to_object (const TAO::ObjectKey &key,
if (indirect && this->orb_core ().imr_endpoints_in_ior ())
{
CORBA::Object_ptr obj = this->active_policy_strategies_.
- lifespan_strategy()->imr_key_to_object(key, type_id);
- if (!CORBA::is_nil(obj))
+ lifespan_strategy()->imr_key_to_object (key, type_id);
+ if (!CORBA::is_nil (obj))
{
return obj;
}