eet: proper indentation.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Nov 2011 15:54:34 +0000 (15:54 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 16 Nov 2011 15:54:34 +0000 (15:54 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@65296 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eet_data.c

index dfa42f4..23b0b97 100644 (file)
@@ -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);