From c48220d61e8891e5e7f7f9535f521727ac52dba4 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Sat, 16 Sep 2017 22:15:54 +0100 Subject: [PATCH] filepanel: Bad indentation. --- src/bin/edi_filepanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_filepanel.c b/src/bin/edi_filepanel.c index d739d51..bfced4f 100644 --- a/src/bin/edi_filepanel.c +++ b/src/bin/edi_filepanel.c @@ -468,7 +468,7 @@ _content_get(void *data, Evas_Object *obj, const char *source) if (provider) elm_icon_standard_set(ic, provider->icon); else - elm_icon_standard_set(ic, "empty"); + elm_icon_standard_set(ic, "empty"); evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1); evas_object_show(ic);