summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp b/ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
index 390b14e19b8..3b27f3db67a 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
@@ -41,14 +41,14 @@ parse_args (int argc, ACE_TCHAR *argv[])
switch (c)
{
case 'f':
- file_name = get_opt.opt_arg ();
- break;
+ file_name = get_opt.opt_arg ();
+ break;
case 'r':
- rendezvous = get_opt.opt_arg ();
- break;
+ rendezvous = get_opt.opt_arg ();
+ break;
default:
- print_usage_and_die ();
- break;
+ print_usage_and_die ();
+ break;
}
}