Fix coding style 94/62494/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 16 Mar 2016 10:14:41 +0000 (19:14 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 16 Mar 2016 10:14:41 +0000 (19:14 +0900)
Change-Id: I3a2b3773b700022a274ef4dd2d5df83973670e97

src/inputmethod.cpp

index db9e4b1..6e2305c 100644 (file)
@@ -360,7 +360,7 @@ ime_error_e _check_privilege()
         ret = IME_ERROR_PERMISSION_DENIED;
     }
 
-    inputmethod_cynara_finish ();
+    inputmethod_cynara_finish();
 
     return ret;
 }