summaryrefslogtreecommitdiff
path: root/TAO/tao/append.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/append.cpp')
-rw-r--r--TAO/tao/append.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/append.cpp b/TAO/tao/append.cpp
index 3ef7b028a73..2ec1baef294 100644
--- a/TAO/tao/append.cpp
+++ b/TAO/tao/append.cpp
@@ -563,8 +563,8 @@ TAO_Marshal_Union::append (CORBA::TypeCode_ptr tc,
{
TAO::Unknown_IDL_Type *unk =
dynamic_cast<TAO::Unknown_IDL_Type *> (impl);
-
- // We don't want unk's rd_ptr to move, in case
+
+ // We don't want unk's rd_ptr to move, in case
// we are shared by another Any, so we use this
// to copy the state, not the buffer.
TAO_InputCDR for_reading (unk->_tao_get_cdr ());