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/correction.h | |
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/correction.h')
-rw-r--r-- | native/src/correction.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |