From: teodor Date: Fri, 11 Jul 2008 13:06:22 +0000 (+0000) Subject: Fix style X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=tedtools.git;a=commitdiff_plain;h=e03ac24a619a4da8bc8cf291c16a9956adb2cd9f Fix style --- diff --git a/sfxstr.c b/sfxstr.c index c107e60..50cbab4 100644 --- a/sfxstr.c +++ b/sfxstr.c @@ -626,11 +626,11 @@ addRecord(SFSTree *info, SFSNode* node, SFSDataIO *in, int level) { else node = splitSkipNode(info, node, in, level); } else { - StopLow = node->data; + StopLow = node->data; StopHigh = StopLow + node->nchar; while (StopLow < StopHigh) { StopMiddle = StopLow + ((StopHigh - StopLow) >> 1); - if ( StopMiddle->val == *ptr ) { + if ( StopMiddle->val == *ptr ) { if ( *(ptr+1)=='\0' ) { if ( StopMiddle->isword ) { /* already exists */