edje_text: Clarify that the block and else are independent

Sometimes whitespace helps

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
This commit is contained in:
Daniel Willmann 2013-07-01 16:04:27 +01:00
parent e37b83110c
commit b6aaef651b
1 changed files with 2 additions and 0 deletions

View File

@ -448,6 +448,8 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
if (params->visible) evas_object_show(ep->object);
else evas_object_hide(ep->object);
{
Evas_Text_Style_Type style;
Edje_Text_Effect effect;