From 6ff1e0cffbb80c6f26cb4ecbb45b0e2d5e56ce94 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 25 Feb 2012 06:57:21 +0000 Subject: [PATCH] ecore_imf: remove trailing whitespace SVN revision: 68434 --- legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h | 8 ++++---- legacy/ecore/src/lib/ecore_imf/ecore_imf_context.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h b/legacy/ecore/src/lib/ecore_imf/Ecore_IMF.h index 52bd06a382..e74403ad64 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 c00e2a317b..5321f4ec11 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.