summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/client.cpp')
-rw-r--r--TAO/examples/Simple/chat/client.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Simple/chat/client.cpp b/TAO/examples/Simple/chat/client.cpp
index ac5f05ed147..eb9d881440d 100644
--- a/TAO/examples/Simple/chat/client.cpp
+++ b/TAO/examples/Simple/chat/client.cpp
@@ -25,10 +25,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
Client_i client_i;
- if (client_i.init (argc, argv) == -1
- || client_i.run () == -1)
- return -1;
-
+ if (client_i.init (argc, argv) == -1 || client_i.run () == -1)
+ return -1;
}
catch (const CORBA::Exception& ex)
{