summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2_bdb.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-03-10 14:03:54 +0800
committerPeng Wu <alexepico@gmail.com>2016-03-10 14:03:54 +0800
commit0c3f25027e190d9644f904940d117f5d00a8a35c (patch)
tree74968c295f56df5246b872ede37dffe35c84979e /src/storage/chewing_large_table2_bdb.cpp
parentd443ce735d26e18a8119d81932c05488abc82bbb (diff)
downloadlibpinyin-0c3f25027e190d9644f904940d117f5d00a8a35c.tar.gz
libpinyin-0c3f25027e190d9644f904940d117f5d00a8a35c.tar.xz
libpinyin-0c3f25027e190d9644f904940d117f5d00a8a35c.zip
fixes indent
Diffstat (limited to 'src/storage/chewing_large_table2_bdb.cpp')
-rw-r--r--src/storage/chewing_large_table2_bdb.cpp72
1 files changed, 36 insertions, 36 deletions
diff --git a/src/storage/chewing_large_table2_bdb.cpp b/src/storage/chewing_large_table2_bdb.cpp
index 9d86005..90c24ae 100644
--- a/src/storage/chewing_large_table2_bdb.cpp
+++ b/src/storage/chewing_large_table2_bdb.cpp
@@ -257,24 +257,24 @@ int ChewingLargeTable2::search_internal(int phrase_length,
}
switch(phrase_length) {
- CASE(1);
- CASE(2);
- CASE(3);
- CASE(4);
- CASE(5);
- CASE(6);
- CASE(7);
- CASE(8);
- CASE(9);
- CASE(10);
- CASE(11);
- CASE(12);
- CASE(13);
- CASE(14);
- CASE(15);
- CASE(16);
- default:
- assert(false);
+ CASE(1);
+ CASE(2);
+ CASE(3);
+ CASE(4);
+ CASE(5);
+ CASE(6);
+ CASE(7);
+ CASE(8);
+ CASE(9);
+ CASE(10);
+ CASE(11);
+ CASE(12);
+ CASE(13);
+ CASE(14);
+ CASE(15);
+ CASE(16);
+ default:
+ assert(false);
}
#undef CASE
@@ -381,24 +381,24 @@ int ChewingLargeTable2::add_index_internal(int phrase_length,
}
switch(phrase_length) {
- CASE(1);
- CASE(2);
- CASE(3);
- CASE(4);
- CASE(5);
- CASE(6);
- CASE(7);
- CASE(8);
- CASE(9);
- CASE(10);
- CASE(11);
- CASE(12);
- CASE(13);
- CASE(14);
- CASE(15);
- CASE(16);
- default:
- assert(false);
+ CASE(1);
+ CASE(2);
+ CASE(3);
+ CASE(4);
+ CASE(5);
+ CASE(6);
+ CASE(7);
+ CASE(8);
+ CASE(9);
+ CASE(10);
+ CASE(11);
+ CASE(12);
+ CASE(13);
+ CASE(14);
+ CASE(15);
+ CASE(16);
+ default:
+ assert(false);
}
#undef CASE