From: Jihoon Kim Date: Mon, 11 Sep 2017 04:29:44 +0000 (+0900) Subject: Fix coding style X-Git-Tag: submit/tizen/20170911.043742^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=725f69a0113b127e57eae2b8987bfaf96e7032d5;p=platform%2Fcore%2Fapi%2Finputmethod-manager.git Fix coding style ./include/inputmethod_manager.h:38: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] Done processing ./include/inputmethod_manager.h ./doc/inputmethod_manager_doc.h:35: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] Change-Id: I121109f94d15699de1e9caf0e594c9a7b2f0ce3c Signed-off-by: Jihoon Kim --- diff --git a/doc/inputmethod_manager_doc.h b/doc/inputmethod_manager_doc.h index e3cb2bf..e96cc09 100644 --- a/doc/inputmethod_manager_doc.h +++ b/doc/inputmethod_manager_doc.h @@ -32,6 +32,5 @@ * IME list or selector menu after their IME installation; then guide to select the installed IME. */ - #endif /* __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ */ diff --git a/include/inputmethod_manager.h b/include/inputmethod_manager.h index df2f39f..11f0a4b 100755 --- a/include/inputmethod_manager.h +++ b/include/inputmethod_manager.h @@ -35,7 +35,6 @@ extern "C" { * @{ */ - /** * @brief Enumeration for input method manager function error. * @since_tizen @if MOBILE 2.4 @else 3.0 @endif