summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Alias_TypeCode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Alias_TypeCode.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Alias_TypeCode.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/Alias_TypeCode.cpp b/TAO/tao/AnyTypeCode/Alias_TypeCode.cpp
index 52fecbd4e45..4022a2dab9d 100644
--- a/TAO/tao/AnyTypeCode/Alias_TypeCode.cpp
+++ b/TAO/tao/AnyTypeCode/Alias_TypeCode.cpp
@@ -120,8 +120,7 @@ TAO::TypeCode::Alias<StringType,
{
TAO_TypeCodeFactory_Adapter * const adapter =
ACE_Dynamic_Service<TAO_TypeCodeFactory_Adapter>::instance (
- TAO_ORB_Core::typecodefactory_adapter_name ()
- );
+ TAO_ORB_Core::typecodefactory_adapter_name ());
if (adapter == 0)
{