From 30c3bc63df1ce79543a9bb1fb57fa5a0922627f5 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 6 Mar 2017 18:10:52 +0900 Subject: [PATCH] Fix coding style ./doc/inputmethod_doc.h:35: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] ./include/inputmethod_keydef.h:17: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] ./include/inputmethod_keydef.h:27: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] ./include/inputmethod_keydef.h:33: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] ./include/inputmethod_keydef.h:299: [LNE_R_TWS]Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4] Change-Id: I10ff8e80f6190e179e821d4bd1abc089cb9be3ef Signed-off-by: Jihoon Kim --- doc/inputmethod_doc.h | 2 +- include/inputmethod_keydef.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/inputmethod_doc.h b/doc/inputmethod_doc.h index aa1cf9e..6dfde6a 100644 --- a/doc/inputmethod_doc.h +++ b/doc/inputmethod_doc.h @@ -32,6 +32,6 @@ * Tizen provides a framework to create such input method editors. Such extra input methods can be selected from Settings. */ - + #endif /* __TIZEN_UIX_INPUTMETHOD_DOC_H__ */ diff --git a/include/inputmethod_keydef.h b/include/inputmethod_keydef.h index e916df8..5cb3102 100644 --- a/include/inputmethod_keydef.h +++ b/include/inputmethod_keydef.h @@ -14,7 +14,7 @@ * limitations under the License. */ - + #ifndef __TIZEN_UIX_INPUTMETHOD_KEYDEF_H__ #define __TIZEN_UIX_INPUTMETHOD_KEYDEF_H__ @@ -24,13 +24,13 @@ * @brief This file contains key code and mask enumeration. */ - + /** * @addtogroup CAPI_UIX_INPUTMETHOD_MODULE * @{ */ - + /** * @brief Enumeration for the key codes. * If keycode & 0xff000000 == 0x01000000 then this key code is directly encoded 24-bit UCS character. @@ -296,6 +296,6 @@ typedef enum { * @} */ - + #endif /* __TIZEN_UIX_INPUTMETHOD_KEYDEF_H__ */ -- 2.34.1