Elementary elm_genlist.c: Indentation fix by manual.

Ecrustify indentation needs to be fixed for the lines behind comments.


SVN revision: 58191
This commit is contained in:
Daniel Juyung Seo 2011-03-30 01:35:15 +00:00
parent d0fa2c13ad
commit 0046369651
1 changed files with 2 additions and 2 deletions

View 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;
}