aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/correction.cpp
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-02-06 21:51:31 +0900
committerKen Wakasa <kwakasa@google.com>2012-02-06 21:51:31 +0900
commit4c5daa8a5574628204be602578794035ab8686f0 (patch)
tree9a0b8cff90502cd7eaa68b6aa3f829956df25ad9 /native/src/correction.cpp
parenta7f2500001c53dc5a6de9c2525a75229cc7c6645 (diff)
downloadlatinime-4c5daa8a5574628204be602578794035ab8686f0.tar.gz
latinime-4c5daa8a5574628204be602578794035ab8686f0.tar.xz
latinime-4c5daa8a5574628204be602578794035ab8686f0.zip
Fix indent
Change-Id: I77b4fb3a47faae7d4ad45d9903556e77a2fc7163
Diffstat (limited to 'native/src/correction.cpp')
-rw-r--r--native/src/correction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/correction.cpp b/native/src/correction.cpp
index 4df1c4efb..5f11452ae 100644
--- a/native/src/correction.cpp
+++ b/native/src/correction.cpp
@@ -641,7 +641,7 @@ inline static int getQuoteCount(const unsigned short* word, const int length) {
}
inline static bool isUpperCase(unsigned short c) {
- return isAsciiUpper(toBaseChar(c));
+ return isAsciiUpper(toBaseChar(c));
}
//////////////////////