ecore_imf: remove trailing whitespace
authorJihoon Kim <imfine98@gmail.com>
Sat, 25 Feb 2012 06:57:21 +0000 (06:57 +0000)
committerJihoon Kim <imfine98@gmail.com>
Sat, 25 Feb 2012 06:57:21 +0000 (06:57 +0000)
SVN revision: 68434

legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h
legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c

index 52bd06a..e74403a 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 #endif
 
 /**
- * @addtogroup Ecore_IMF_Context_Group 
+ * @addtogroup Ecore_IMF_Context_Group
  *
  * @{
  */
@@ -182,7 +182,7 @@ typedef enum
  * @typedef Ecore_IMF_Input_Panel_Layout
  *
  * Input panel (virtual keyboard) layout types.
- * 
+ *
  * @see ecore_imf_context_input_panel_layout_set()
  */
 typedef enum
@@ -206,7 +206,7 @@ typedef enum
  * @typedef Ecore_IMF_Input_Panel_Lang
  *
  * Input panel (virtual keyboard) language modes.
- * 
+ *
  * @see ecore_imf_context_input_panel_language_set()
  */
 typedef enum
@@ -220,7 +220,7 @@ typedef enum
  * @typedef Ecore_IMF_Input_Panel_Return_Key_Type
  *
  * "Return" Key types on the input panel (virtual keyboard).
- * 
+ *
  * @see ecore_imf_context_input_panel_return_key_type_set()
  */
 typedef enum
index c00e2a3..5321f4e 100644 (file)
@@ -611,7 +611,7 @@ ecore_imf_context_prediction_allow_get(Ecore_IMF_Context *ctx)
 }
 
 /**
- * Set the autocapitalization type on the immodule. 
+ * Set the autocapitalization type on the immodule.
  *
  * @param ctx An #Ecore_IMF_Context.
  * @param autocapital_type the autocapitalization type.