summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp3
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 35d9ce5c188..6bbd51e9dce 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 23 18:27:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
+
+ Fixed indentation in code generation.
+
Wed Apr 23 18:12:16 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/DynamicInterface/Context.h:
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
index b022b6f0cb7..52a4056ebfb 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
@@ -710,8 +710,7 @@ be_visitor_sequence_cdr_op_cs::visit_node (be_type *bt)
break;
default:
- *os << "_tao_marshal_flag = (strm >> _tao_sequence[i]);"
- << be_uidt_nl;
+ *os << "_tao_marshal_flag = (strm >> _tao_sequence[i]);";
break;
}