summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp b/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
index fcac3e1c015..f24b8f1494e 100644
--- a/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
+++ b/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
@@ -36,8 +36,8 @@ be_visitor_enum_cdr_op_ch::visit_enum (be_enum *node)
TAO_OutStream *os = this->ctx_->stream ();
- *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 << be_global->core_versioning_begin () << be_nl;
@@ -48,7 +48,7 @@ be_visitor_enum_cdr_op_ch::visit_enum (be_enum *node)
*os << be_global->stub_export_macro () << " ::CORBA::Boolean"
<< " operator>> (TAO_InputCDR &strm, " << node->name ()
<< " &_tao_enumerator);" << be_nl;
-
+
if (be_global->gen_ostream_operators ())
{
*os << be_nl