mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix indent
Change-Id: I77b4fb3a47faae7d4ad45d9903556e77a2fc7163
This commit is contained in:
parent
a7f2500001
commit
4c5daa8a55
@ -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…
x
Reference in New Issue
Block a user