summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_exception/exception_ctor.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_exception/exception_ctor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp b/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
index ff8de1848d2..32adc6db0cd 100644
--- a/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
+++ b/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
@@ -52,10 +52,10 @@ be_visitor_exception_ctor::visit_exception (be_exception *node)
TAO_OutStream *os = this->ctx_->stream ();
this->ctx_->node (node);
- *os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
+ *os << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__;
- *os << be_nl << be_nl;
+ *os << be_nl_2;
if (this->ctx_->state () == TAO_CodeGen::TAO_EXCEPTION_CTOR_CH)
{
@@ -397,7 +397,7 @@ be_visitor_exception_ctor::visit_structure_fwd (
{
be_structure *s =
be_structure::narrow_from_decl (node->full_definition ());
-
+
return this->visit_structure (s);
}
@@ -435,7 +435,7 @@ be_visitor_exception_ctor::visit_union_fwd (be_union_fwd *node)
{
be_union *u =
be_union::narrow_from_decl (node->full_definition ());
-
+
return this->visit_union (u);
}