summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-06 17:58:37 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-06 17:58:37 +0800
commit2f329c267b26da0161135ec9f4033c7cd6bad508 (patch)
tree94c14ea8a5ca90dd0ca5c485f9616e23c884f95e /src/storage/chewing_large_table.cpp
parentb22d3305a927528a1c134eb6a875e5dc478a885a (diff)
downloadlibpinyin-2f329c267b26da0161135ec9f4033c7cd6bad508.tar.gz
libpinyin-2f329c267b26da0161135ec9f4033c7cd6bad508.tar.xz
libpinyin-2f329c267b26da0161135ec9f4033c7cd6bad508.zip
fixes code style
Diffstat (limited to 'src/storage/chewing_large_table.cpp')
-rw-r--r--src/storage/chewing_large_table.cpp3
1 files changed, 1 insertions, 2 deletions
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<phrase_length>::search
template<int phrase_length>
int ChewingArrayIndexLevel<phrase_length>::convert
(pinyin_option_t options, ChewingKey keys[],
- IndexItem * begin,
- IndexItem * end,
+ IndexItem * begin, IndexItem * end,
PhraseIndexRanges ranges) const {
IndexItem * iter = NULL;
PhraseIndexRange cursor;