summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 23:44:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 23:44:07 +0000
commit4c065a0e3184f6624ecf1116292034f29426dd2a (patch)
tree28837b15b38b07cf8bef2ff7df1326776e2ef000
parent35893df9ccf6fee2c5ad8acfd26ff9db17f5f43d (diff)
downloadATCD-4c065a0e3184f6624ecf1116292034f29426dd2a.tar.gz
ChangeLogTag: Wed Dec 6 17:06:17 2000 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp6
1 files 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: