summaryrefslogtreecommitdiff
path: root/TAO/tao/Parser_Registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Parser_Registry.cpp')
-rw-r--r--TAO/tao/Parser_Registry.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Parser_Registry.cpp b/TAO/tao/Parser_Registry.cpp
index 8a31b17ac2e..53531b2d534 100644
--- a/TAO/tao/Parser_Registry.cpp
+++ b/TAO/tao/Parser_Registry.cpp
@@ -33,8 +33,7 @@ TAO_Parser_Registry::open (TAO_ORB_Core *orb_core)
char **names;
int number_of_names = 0;
- orb_core->resource_factory ()->get_parser_names (names,
- number_of_names);
+ orb_core->resource_factory ()->get_parser_names (names, number_of_names);
if (number_of_names == 0)
{