From 8f15ccdce841f7be14c9d2e2c3683301d0169d21 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 11 Nov 2013 20:01:51 +0900 Subject: [PATCH] ecore_imf: fix indentation --- src/lib/ecore_imf/ecore_imf_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 6b243d6447..41f6bc57f1 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -184,7 +184,7 @@ ecore_imf_context_del(Ecore_IMF_Context *ctx) } if (show_req_ctx == ctx) - show_req_ctx = NULL; + show_req_ctx = NULL; if (ctx->klass->del) ctx->klass->del(ctx);