fixed a stray comment VAX reformatted

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401392
This commit is contained in:
David Anderson 2007-08-29 02:40:05 +00:00
parent 784370e24d
commit d614744b2d

View File

@ -141,8 +141,8 @@ public:
keyptr++;
/* Check if this slot is supposed to be empty. If so, we need to handle CASES 1/2:
* Insertion without collisions
*/
* Insertion without collisions
*/
if ( (curidx > m_baseSize) || (node->mode == Node_Unused) )
{
if (curidx > m_baseSize)