summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp b/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
index e5a1973d1b6..37efa14f16b 100644
--- a/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
+++ b/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
@@ -42,13 +42,13 @@ int be_visitor_operation_smart_proxy_cs::visit_operation (be_operation *node)
this->ctx_->attribute ()
? this->ctx_->attribute ()->defined_in ()
: node->defined_in ();
-
+
be_interface *intf = be_interface::narrow_from_scope (s);
if (intf == 0)
{
be_porttype *pt = be_porttype::narrow_from_scope (s);
-
+
if (pt == 0)
{
ACE_ERROR_RETURN ((LM_ERROR,