diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-11-11 20:01:51 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-11-11 20:01:51 +0900 |
commit | 8f15ccdce841f7be14c9d2e2c3683301d0169d21 (patch) | |
tree | af83782373a02e03d533515e459cc7a675021bf2 /src/lib/ecore_imf | |
parent | 0d9826919f4e0723449113c52e3df35ec35f9a0f (diff) |
ecore_imf: fix indentation
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
184 | } | 184 | } |
185 | 185 | ||
186 | if (show_req_ctx == ctx) | 186 | if (show_req_ctx == ctx) |
187 | show_req_ctx = NULL; | 187 | show_req_ctx = NULL; |
188 | 188 | ||
189 | if (ctx->klass->del) ctx->klass->del(ctx); | 189 | if (ctx->klass->del) ctx->klass->del(ctx); |
190 | 190 | ||