summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-25 06:02:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-25 06:02:47 +0000
commitf1a9e9c813ffab00868f476e6a3a4899f6322521 (patch)
treebee2ba809a914cc739355d05d5717d4a357a8e16
parente9b41f6f4a119c4086d6387ed83168968f945664 (diff)
downloadATCD-f1a9e9c813ffab00868f476e6a3a4899f6322521.tar.gz
*** empty log message ***
-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 ());