summaryrefslogtreecommitdiff
path: root/flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp')
-rw-r--r--flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp b/flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp
index 2916d5cfd68..817119e4cc7 100644
--- a/flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp
+++ b/flat/CIAO/examples/Null_Component/StaticDAnCEApp.cpp
@@ -10,8 +10,7 @@ int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
// Initialize the ORB so that CORBA::Any will work.
- CORBA::ORB_var orb = CORBA::ORB_init (argc,
- argv);
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
try
{