summaryrefslogtreecommitdiff
path: root/flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp')
-rw-r--r--flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp b/flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
index 98281dfadcc..5d75029d1bb 100644
--- a/flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
+++ b/flat/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
@@ -18,14 +18,13 @@
const char *ior = "file://test.ior";
int
-ACE_TMAIN(int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
try
{
// Initialize orb
- CORBA::ORB_var orb = CORBA::ORB_init (argc,
- argv);
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
// Resolve HomeFinder interface
CORBA::Object_var obj