jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8f15ccdce841f7be14c9d2e2c3683301d0169d21

commit 8f15ccdce841f7be14c9d2e2c3683301d0169d21
Author: Jihoon Kim <[email protected]>
Date:   Mon Nov 11 20:01:51 2013 +0900

    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 6b243d6..41f6bc5 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);
 

-- 


Reply via email to