summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp')
-rw-r--r--TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp b/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp
index da100f9802e..53444157d75 100644
--- a/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp
+++ b/TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp
@@ -65,8 +65,7 @@ TAO_Perfect_Hash_OpTable::find (const char *opname,
{
ACE_FUNCTION_TIMEPROBE (TAO_PERFECT_HASH_OPTABLE_FIND_START);
- TAO_operation_db_entry const * const entry = lookup (opname,
- length);
+ TAO_operation_db_entry const * const entry = lookup (opname, length);
if (entry == 0)
{
skelfunc = 0; // insure that somebody can't call a wrong function!