elementary: Minor formatting fix

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-02-27 10:44:36 -05:00
parent 59bf5476ee
commit fd77ff0d92
1 changed files with 1 additions and 1 deletions

View File

@ -4558,9 +4558,9 @@ _elm_win_finalize_internal(Eo *obj, Efl_Ui_Win_Data *sd, const char *name, Elm_W
case ELM_WIN_INLINED_IMAGE:
if (!parent) break;
{
e = evas_object_evas_get(parent);
Ecore_Evas *ee;
e = evas_object_evas_get(parent);
if (!e) break;
ee = ecore_evas_ecore_evas_get(e);