Elementary elm_genlist.c: Indentation fix by manual.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 30 Mar 2011 01:35:15 +0000 (01:35 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 30 Mar 2011 01:35:15 +0000 (01:35 +0000)
Ecrustify indentation needs to be fixed for the lines behind comments.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58191 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.c

index 3e5d2e3..f7362bb 100644 (file)
@@ -2907,8 +2907,8 @@ _item_idler(void *data)
         //xxx
         //printf("PROCESS TIME: %3.3f\n", ecore_time_get() - q_start);
         //xxx
-              wd->queue_idler = NULL;
-              return ECORE_CALLBACK_CANCEL;
+        wd->queue_idler = NULL;
+        return ECORE_CALLBACK_CANCEL;
      }
    return ECORE_CALLBACK_RENEW;
 }