src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp
changeset 23 e6ad4ef83b23
parent 1 f7ac710697a9
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -162,16 +162,16 @@
     case Qt::Key_Down:{
         q->actionHandler(HbInputModeHandler::HbInputModeActionLaunchCandidatePopup);
         break;
-		}
-	case Qt::Key_Space:{
-		if (event->modifiers() & Qt::ControlModifier){
-			if (HbInputSettingProxy::instance()->predictiveInputStatus()) {
-					HbInputSettingProxy::instance()->setPredictiveInputStatus(0);
-				} else {
-					HbInputSettingProxy::instance()->setPredictiveInputStatus(1);
-				}
-			break;
-			}
+        }
+    case Qt::Key_Space:{
+        if (event->modifiers() & Qt::ControlModifier){
+            if (HbInputSettingProxy::instance()->predictiveInputStatus()) {
+                    HbInputSettingProxy::instance()->setPredictiveInputStatus(0);
+                } else {
+                    HbInputSettingProxy::instance()->setPredictiveInputStatus(1);
+                }
+            break;
+            }
         }
     default: {
             int currentTextCase = focusObject->editorInterface().textCase();