ecore_imf_context.c: fix formatting

SVN revision: 67779
This commit is contained in:
Jihoon Kim 2012-02-09 03:53:03 +00:00
parent 3c9c59c5a5
commit 09d8eb2f1d
1 changed files with 9 additions and 11 deletions

View File

@ -1281,9 +1281,7 @@ ecore_imf_context_input_panel_layout_get (Ecore_IMF_Context *ctx)
}
if (ctx->klass->input_panel_layout_get)
{
return ctx->input_panel_layout;
}
else
return ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID;
}