summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_operation.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-11-12 20:41:24 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-11-12 20:41:24 +0000
commitf1ac415223df36b835238df39dc02f3340129b99 (patch)
treed908449e0a32d643279286f2352f3aa89b8a4034 /TAO/TAO_IDL/be/be_operation.cpp
parent17ce6856942e1883ec3818233cb709d2fa45cbc5 (diff)
downloadATCD-f1ac415223df36b835238df39dc02f3340129b99.tar.gz
unused parameters, reformatting
CVS: CVS: CVS: CVS: CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL/be/be_operation.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index 08378cb35e0..50ae3a68e01 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -345,7 +345,7 @@ be_operation::gen_client_stubs (void)
cg->pop ();
cs->decr_indent (0);
- *cs << "}\n\n";
+ *cs << "\n}\n\n";
return 0;
}