ecore_imf: fix indentation

This commit is contained in:
Jihoon Kim 2013-11-11 20:01:51 +09:00
parent 0d9826919f
commit 8f15ccdce8
1 changed files with 1 additions and 1 deletions

View File

@ -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);