From: Jihoon Kim Date: Sat, 25 Feb 2012 06:57:21 +0000 (+0000) Subject: ecore_imf: remove trailing whitespace X-Git-Tag: submit/devel/efl/20131022.203902~6383 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ff1e0cffbb80c6f26cb4ecbb45b0e2d5e56ce94;p=platform%2Fupstream%2Fefl.git ecore_imf: remove trailing whitespace SVN revision: 68434 --- diff --git a/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h b/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h index 52bd06a..e74403a 100644 --- a/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h +++ b/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h @@ -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 diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c index c00e2a3..5321f4e 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c @@ -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.