From 751a7945ffb299daf4c49ed0160dd14dda8ffb43 Mon Sep 17 00:00:00 2001 From: parsons Date: Mon, 22 Nov 2004 15:33:07 +0000 Subject: ChangeLogTag: Mon Nov 22 09:29:54 2004 Jeff Parsons --- TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/TAO_IDL/be/be_visitor_operation') 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; -- cgit v1.2.1