src/hbcore/inputfw/hbinputmodecache.cpp
changeset 3 11d3954df52a
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
--- a/src/hbcore/inputfw/hbinputmodecache.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmodecache.cpp	Thu May 27 13:10:59 2010 +0300
@@ -372,7 +372,7 @@
     Q_D(HbInputModeCache);
 
     HbInputModeProperties stateProperties = d->propertiesFromState(state);
-    int languageRangeIndex = -1;
+    int languageRangeIndex = -1;    
 
     // First check if there is a method that matches excatly (ie. also specifies
     // the language).
@@ -389,7 +389,7 @@
 
             if (properties.inputMode() != HbInputModeCustom) {
                 if (properties == stateProperties) {
-                        return d->cachedMethod(d->mMethods[i]);
+                    return d->cachedMethod(d->mMethods[i]);
                 }
             }
         }