summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp b/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
index 42588cdc747..8dc3923c7bd 100644
--- a/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
+++ b/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
@@ -42,8 +42,8 @@ be_visitor_valuetype_ci::visit_valuetype (be_valuetype *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 << "ACE_INLINE" << be_nl;
*os << node->name () << "::" << node->local_name () << " (void)" << be_nl;
@@ -52,10 +52,10 @@ be_visitor_valuetype_ci::visit_valuetype (be_valuetype *node)
{
*os << "{" << be_idt_nl
<< "this->is_truncatable_ = true;" << be_uidt_nl
- << "}" << be_nl << be_nl;
+ << "}" << be_nl_2;
}
else
- *os << "{}" << be_nl << be_nl;
+ *os << "{}" << be_nl_2;
*os << "ACE_INLINE const char* " << be_nl