aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/correction.h
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-02-06 04:56:11 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-06 04:56:11 -0800
commitdbe99ddc86350831a65a711e8bfd9f5f814202e8 (patch)
tree9a0b8cff90502cd7eaa68b6aa3f829956df25ad9 /native/src/correction.h
parentddbaddb00d19c885c2fb6d1254757cfd715b3bf5 (diff)
parent4c5daa8a5574628204be602578794035ab8686f0 (diff)
downloadlatinime-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.h2
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);