From 4c065a0e3184f6624ecf1116292034f29426dd2a Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 6 Dec 2000 23:44:07 +0000 Subject: ChangeLogTag: Wed Dec 6 17:06:17 2000 Jeff Parsons --- TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp index 7a73825dc74..ba303381b40 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp @@ -79,10 +79,10 @@ be_visitor_operation_arglist::visit_operation (be_operation *node) { // if the operation node has parameters, then we need to insert a comma if (node->argument_count () > 0) -// *os << ",\n"; - *os << "," << be_nl; + { + *os << "," << be_nl; + } -// os->indent (); switch (this->ctx_->state ()) { case TAO_CodeGen::TAO_OPERATION_ARGLIST_CH: -- cgit v1.2.1