diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index 47e9992bcb..a4556e1733 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/src/lib/canvas/evas_object_textblock.c @@ -3555,11 +3555,8 @@ _layout(const Evas_Object *obj, int calc_only, int w, int h, int *w_ret, int *h_ continue; } } - else - { - /* If it's a new paragraph, just add it. */ - _layout_paragraph_new(c, n, EINA_FALSE); - } + /* If it's a new paragraph, just add it. */ + _layout_paragraph_new(c, n, EINA_FALSE); /* For each text node to thorugh all of it's format nodes * append text from the start to the offset of the next format