summaryrefslogtreecommitdiff
path: root/examples/Naming/test_open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Naming/test_open.cpp')
-rw-r--r--examples/Naming/test_open.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Naming/test_open.cpp b/examples/Naming/test_open.cpp
index adcc1fb0962..6e9a01c42a1 100644
--- a/examples/Naming/test_open.cpp
+++ b/examples/Naming/test_open.cpp
@@ -24,7 +24,8 @@ main (int argc, char **argv)
int m_argc =
sizeof (m_argv) / sizeof (char *) -1;
- name_options->parse_args (m_argc, m_argv);
+ name_options->parse_args (m_argc,
+ m_argv);
int result = ns.open (ACE_Naming_Context::NET_LOCAL);
ACE_DEBUG ((LM_DEBUG,