summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-14 20:06:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-14 20:06:39 +0000
commite10ca1d9f63bf049e79305e266e245a6d8f21e9f (patch)
treea26bf511ee80d061054ee980bbe6f65bd934c864
parent00ad64af73a7361f8ad3fde6f5844ff99eb58182 (diff)
downloadATCD-e10ca1d9f63bf049e79305e266e245a6d8f21e9f.tar.gz
Removed trailing whitespace.
-rw-r--r--TAO/tao/PICurrent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PICurrent.cpp b/TAO/tao/PICurrent.cpp
index b425c4b1146..a704e363d23 100644
--- a/TAO/tao/PICurrent.cpp
+++ b/TAO/tao/PICurrent.cpp
@@ -177,7 +177,7 @@ TAO_PICurrent_Impl::set_slot (PortableInterceptor::SlotId id,
size_t new_size = table.size ();
if (this->slot_table_.size (id >= new_size ? id + 1 : new_size) != 0)
- ACE_THROW (CORBA::INTERNAL ());
+ ACE_THROW (CORBA::INTERNAL ());
// Note that the number of elements to copy is bounded by the
// size of the source array, not the destination array.