Fix indent
Change-Id: I77b4fb3a47faae7d4ad45d9903556e77a2fc7163
This commit is contained in:
parent
a7f2500001
commit
4c5daa8a55
2 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
//////////////////////
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue