From: Cedric BAIL Date: Wed, 16 Nov 2011 15:54:34 +0000 (+0000) Subject: eet: proper indentation. X-Git-Tag: submit/devel/efl/20131022.203902~7491 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f24f2501e1e0a6ef87d830dd524420f09fc40b48;p=platform%2Fupstream%2Fefl.git eet: proper indentation. SVN revision: 65296 --- diff --git a/legacy/eet/src/lib/eet_data.c b/legacy/eet/src/lib/eet_data.c index dfa42f4..23b0b97 100644 --- a/legacy/eet/src/lib/eet_data.c +++ b/legacy/eet/src/lib/eet_data.c @@ -161,12 +161,12 @@ struct _Eet_Data_Descriptor void * (*list_append)(void *l, void *d); void * (*list_data)(void *l); void * (*list_free)(void *l); - void (*hash_foreach)(void *h, - int (*func)(void *h, - const char *k, - void *dt, - void *fdt), - void *fdt); + void (*hash_foreach)(void *h, + int (*func)(void *h, + const char *k, + void *dt, + void *fdt), + void *fdt); void * (*hash_add)(void *h, const char *k, void *d); void (*hash_free)(void *h); const char *(*type_get)(const void *data, Eina_Bool *unknow);