summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-24 23:39:45 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-24 23:39:45 +0000
commit5ae2d218d20d3967a33b3dd9273b1b2266324a70 (patch)
tree91456b9717c647de23d0ce9d49a27e2fa1964e90
parentd0c9d50cd29da735c371da1d7bf9f2da6723a041 (diff)
downloadATCD-5ae2d218d20d3967a33b3dd9273b1b2266324a70.tar.gz
ChangeLogTag: Fri Nov 24 17:14:16 2000 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp
index caf8c17fcde..73278ab77e1 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp
@@ -202,6 +202,8 @@ be_visitor_operation_thru_poa_proxy_impl_ss::visit_operation (be_operation *node
*os << "}\n\n";
+ os->decr_indent (0);
+
return 0;
}