summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
index 0205df86918..070e579765b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -573,8 +573,8 @@ be_visitor_operation_ss::gen_pre_skel_info (be_operation *node)
this->has_param_type (node, AST_Argument::dir_INOUT))
{
// Instantiate a TAO_InputCDR variable.
- os->indent ();
- *os << "TAO_InputCDR &_tao_in = _tao_server_request.incoming ();\n";
+ *os << "TAO_InputCDR &_tao_in = _tao_server_request.incoming ();"
+ << be_nl;
}
return 0;