summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Any.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Any.cpp b/TAO/tao/AnyTypeCode/Any.cpp
index 45e7c8c7c51..da0c5d2c443 100644
--- a/TAO/tao/AnyTypeCode/Any.cpp
+++ b/TAO/tao/AnyTypeCode/Any.cpp
@@ -429,8 +429,7 @@ operator<<= (CORBA::Any &any, const CORBA::Any &a)
any,
CORBA::Any::_tao_any_destructor,
CORBA::_tc_any,
- a
- );
+ a);
}
// Insertion of Any - non-copying.
@@ -697,8 +696,7 @@ operator>>= (const CORBA::Any &any, const CORBA::Any *&a)
any,
CORBA::Any::_tao_any_destructor,
CORBA::_tc_any,
- a
- );
+ a);
}
CORBA::Boolean