summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp b/TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp
index f4a74e0cd44..2b2aa030fd0 100644
--- a/TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp
+++ b/TAO_IDL/be/be_visitor_operation/base_proxy_impl_ch.cpp
@@ -16,8 +16,8 @@ int be_visitor_operation_base_proxy_impl_ch::visit_operation (be_operation *node
TAO_OutStream *os = this->ctx_->stream ();
this->ctx_->node (node);
- *os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__ << be_nl << be_nl;
+ *os << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
+ << "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
*os << "virtual ";