Fix coding rule 94/66194/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Sun, 17 Apr 2016 23:23:36 +0000 (08:23 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sun, 17 Apr 2016 23:23:36 +0000 (08:23 +0900)
Change-Id: I3f44b86e066119771d2bf1f62c93417e3cb27b94

src/inputmethod_manager.cpp

index 312547afc812b7efb3f026ddd36ada002af38985..977fc99dbadbe5e6c7f73ea68ec9f3aac0dc26f7 100755 (executable)
@@ -63,8 +63,7 @@ int ime_manager_show_ime_list(void)
     int ret = isf_control_show_ime_list();
     if (ret == 0) {
         return IME_MANAGER_ERROR_NONE;
-    }
-    else {
+    } else {
         LOGW("IME_MANAGER_ERROR_OPERATION_FAILED");
         return IME_MANAGER_ERROR_OPERATION_FAILED;
     }
@@ -83,8 +82,7 @@ int ime_manager_show_ime_selector(void)
     int ret = isf_control_show_ime_selector();
     if (ret == 0) {
         return IME_MANAGER_ERROR_NONE;
-    }
-    else {
+    } else {
         LOGW("IME_MANAGER_ERROR_OPERATION_FAILED");
         return IME_MANAGER_ERROR_OPERATION_FAILED;
     }