summaryrefslogtreecommitdiff
path: root/apps/soreduce/Library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/soreduce/Library.cpp')
-rw-r--r--apps/soreduce/Library.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/soreduce/Library.cpp b/apps/soreduce/Library.cpp
index 2d3546467ef..20660b8f49a 100644
--- a/apps/soreduce/Library.cpp
+++ b/apps/soreduce/Library.cpp
@@ -49,8 +49,8 @@ MPC_Generator::write_prolog (const ACE_CString& path)
if (!mpcfile_)
ACE_DEBUG ((LM_DEBUG,"mpc file open failed\n"));
- mpcfile_
- << "// Generated mpc file for producing a subset of the "
+ mpcfile_
+ << "// Generated mpc file for producing a subset of the "
<< libname_ << " library " << endl << endl
<< "project(" << libname_ << "_subset)";
@@ -155,7 +155,6 @@ MPC_TAO_Dep_Lib::write_projectinfo()
<< " after += TAO_subset" << endl
<< " includes += $(TAO_ROOT)/orbsvcs" << endl
<< " idlflags += -I$(TAO_ROOT)/orbsvcs" << endl;
-
}
//-----------------------------------------------------------------------------