summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:13:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:13:11 +0000
commitb740d2d231d5b2a6e83c55a2552ffe20e822b490 (patch)
tree5eb76d5e45fbea961b048a0c51636fef037b6c35 /TAO/tao/Transport.cpp
parent2cfe062bb65032a4e5af0d249508154f8ed63ccd (diff)
downloadATCD-b740d2d231d5b2a6e83c55a2552ffe20e822b490.tar.gz
Zapped trailing whitespace
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 9fafb76c799..fac8a42fa56 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -53,7 +53,7 @@ dump_iov (iovec *iov, int iovcnt, size_t id,
const ACE_TCHAR *location)
{
ACE_GUARD (ACE_Log_Msg, ace_mon, *ACE_Log_Msg::instance ());
-
+
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - Transport[%d]::%s, ")
ACE_TEXT ("sending %d buffers\n"),
@@ -202,7 +202,7 @@ TAO_Transport::~TAO_Transport (void)
this->id_
));
}
-
+
delete this->messaging_object_;
delete this->ws_;
@@ -490,7 +490,7 @@ TAO_Transport::purge_entry (void)
entry = this->cache_map_entry_;
this->cache_map_entry_ = 0;
}
-
+
if (TAO_debug_level > 3)
{
ACE_DEBUG ((LM_DEBUG,