summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 330374225dd..d6086f7223d 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -773,7 +773,8 @@ be_interface::gen_operation_table (const char *flat_name,
os->indent ();
// Start the table generation.
- *os << "static const TAO_operation_db_entry " << flat_name
+ *os << be_nl << be_nl
+ << "static const TAO_operation_db_entry " << flat_name
<< "_operations [] = {" << be_idt_nl;
// Make sure the queues are empty.