From d614744b2dcaec058a660666e230f11c8284e212 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 29 Aug 2007 02:40:05 +0000 Subject: [PATCH] fixed a stray comment VAX reformatted --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401392 --- core/sm_trie_tpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sm_trie_tpl.h b/core/sm_trie_tpl.h index 9e9c8347..be4cdaab 100644 --- a/core/sm_trie_tpl.h +++ b/core/sm_trie_tpl.h @@ -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)