Fix coding style
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 6 Mar 2017 09:10:52 +0000 (18:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 7 Mar 2017 13:28:16 +0000 (22:28 +0900)
./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 <jihoon48.kim@samsung.com>
doc/inputmethod_doc.h
include/inputmethod_keydef.h

index aa1cf9e..6dfde6a 100644 (file)
@@ -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__ */
 
index e916df8..5cb3102 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
+
 #ifndef __TIZEN_UIX_INPUTMETHOD_KEYDEF_H__
 #define __TIZEN_UIX_INPUTMETHOD_KEYDEF_H__
 
  * @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__ */