fixed a stray comment VAX reformatted
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401392
This commit is contained in:
parent
784370e24d
commit
d614744b2d
@ -141,8 +141,8 @@ public:
|
|||||||
keyptr++;
|
keyptr++;
|
||||||
|
|
||||||
/* Check if this slot is supposed to be empty. If so, we need to handle CASES 1/2:
|
/* 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) || (node->mode == Node_Unused) )
|
||||||
{
|
{
|
||||||
if (curidx > m_baseSize)
|
if (curidx > m_baseSize)
|
||||||
|
Loading…
Reference in New Issue
Block a user