diff options
author | 2012-02-06 04:56:11 -0800 | |
---|---|---|
committer | 2012-02-06 04:56:11 -0800 | |
commit | dbe99ddc86350831a65a711e8bfd9f5f814202e8 (patch) | |
tree | 9a0b8cff90502cd7eaa68b6aa3f829956df25ad9 /native/src | |
parent | ddbaddb00d19c885c2fb6d1254757cfd715b3bf5 (diff) | |
parent | 4c5daa8a5574628204be602578794035ab8686f0 (diff) | |
download | latinime-dbe99ddc86350831a65a711e8bfd9f5f814202e8.tar.gz latinime-dbe99ddc86350831a65a711e8bfd9f5f814202e8.tar.xz latinime-dbe99ddc86350831a65a711e8bfd9f5f814202e8.zip |
am 4c5daa8a: Fix indent
* commit '4c5daa8a5574628204be602578794035ab8686f0':
Fix indent
Diffstat (limited to 'native/src')
-rw-r--r-- | native/src/correction.cpp | 2 | ||||
-rw-r--r-- | native/src/correction.h | 2 |
2 files changed, 2 insertions, 2 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)); } ////////////////////// diff --git a/native/src/correction.h b/native/src/correction.h index 398e7e7bf..9559bbf12 100644 --- a/native/src/correction.h +++ b/native/src/correction.h @@ -85,7 +85,7 @@ class Correction { } } - Correction(const int typedLetterMultiplier, const int fullWordMultiplier); + Correction(const int typedLetterMultiplier, const int fullWordMultiplier); void initCorrection( const ProximityInfo *pi, const int inputLength, const int maxWordLength); void initCorrectionState(const int rootPos, const int childCount, const bool traverseAll); |