netstar pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=c48220d61e8891e5e7f7f9535f521727ac52dba4

commit c48220d61e8891e5e7f7f9535f521727ac52dba4
Author: Al Poole <nets...@gmail.com>
Date:   Sat Sep 16 22:15:54 2017 +0100

    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);

-- 


Reply via email to