From 4c5daa8a5574628204be602578794035ab8686f0 Mon Sep 17 00:00:00 2001 From: Ken Wakasa Date: Mon, 6 Feb 2012 21:51:31 +0900 Subject: [PATCH] Fix indent Change-Id: I77b4fb3a47faae7d4ad45d9903556e77a2fc7163 --- native/src/correction.cpp | 2 +- native/src/correction.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native/src/correction.cpp b/native/src/correction.cpp index 4df1c4efb..5f11452ae 100644 --- a/native/src/correction.cpp +++ b/native/src/correction.cpp @@ -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)); } ////////////////////// 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);