projects
/
platform
/
core
/
api
/
inputmethod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2567f1
)
Fix indentation
42/55742/1
author
inhonghan
<inhong1.han@samsung.com>
Tue, 29 Dec 2015 05:55:44 +0000
(14:55 +0900)
committer
inhonghan
<inhong1.han@samsung.com>
Tue, 29 Dec 2015 05:59:57 +0000
(14:59 +0900)
Change-Id: I28d64b1b12f76036132dd96d50c57a1c53c3b22a
src/inputmethod.cpp
patch
|
blob
|
history
diff --git
a/src/inputmethod.cpp
b/src/inputmethod.cpp
index
1c0c4ad
..
71d3832
100644
(file)
--- a/
src/inputmethod.cpp
+++ b/
src/inputmethod.cpp
@@
-121,13
+121,13
@@
void CCoreEventCallback::on_init()
void CCoreEventCallback::on_run(int argc, char **argv)
{
- LOGD
("on_run");
+ LOGD("on_run");
ime_app_main(argc, argv);
}
void CCoreEventCallback::on_exit()
{
- LOGD
("on_exit");
+ LOGD("on_exit");
if (g_basic_callback.terminate) {
g_basic_callback.terminate(g_user_data);
}