Skip to content
Snippets Groups Projects
Commit 4c5daa8a authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Fix indent

Change-Id: I77b4fb3a47faae7d4ad45d9903556e77a2fc7163
parent a7f25000
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment