projects
/
platform
/
core
/
api
/
inputmethod-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a6aa1
)
Fix coding rule
94/66194/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Sun, 17 Apr 2016 23:23:36 +0000
(08:23 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Sun, 17 Apr 2016 23:23:36 +0000
(08:23 +0900)
Change-Id: I3f44b86e066119771d2bf1f62c93417e3cb27b94
src/inputmethod_manager.cpp
patch
|
blob
|
history
diff --git
a/src/inputmethod_manager.cpp
b/src/inputmethod_manager.cpp
index 312547afc812b7efb3f026ddd36ada002af38985..977fc99dbadbe5e6c7f73ea68ec9f3aac0dc26f7 100755
(executable)
--- a/
src/inputmethod_manager.cpp
+++ b/
src/inputmethod_manager.cpp
@@
-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;
}