From 2f329c267b26da0161135ec9f4033c7cd6bad508 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 6 Dec 2011 17:58:37 +0800 Subject: fixes code style --- src/storage/chewing_large_table.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index bddd1c5..703cfb5 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -407,8 +407,7 @@ int ChewingArrayIndexLevel::search template int ChewingArrayIndexLevel::convert (pinyin_option_t options, ChewingKey keys[], - IndexItem * begin, - IndexItem * end, + IndexItem * begin, IndexItem * end, PhraseIndexRanges ranges) const { IndexItem * iter = NULL; PhraseIndexRange cursor; -- cgit