summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp b/TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp
index c922bca275c..fc5b7e8bc8c 100644
--- a/TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp
+++ b/TAO_IDL/be/be_visitor_typecode/alias_typecode.cpp
@@ -45,9 +45,9 @@ TAO::be_visitor_alias_typecode::common (be_type * node,
{
TAO_OutStream & os = *this->ctx_->stream ();
- os << be_nl << be_nl
+ os << be_nl_2
<< "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__ << be_nl << be_nl;
+ << "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
this->ctx_->sub_state (TAO_CodeGen::TAO_TC_DEFN_TYPECODE_NESTED);