summaryrefslogtreecommitdiff
path: root/tests/suite/ecore/src/include/eina_trash.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/ecore/src/include/eina_trash.h')
-rw-r--r--tests/suite/ecore/src/include/eina_trash.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/tests/suite/ecore/src/include/eina_trash.h b/tests/suite/ecore/src/include/eina_trash.h
index 0d165f1931..c7088e4f8a 100644
--- a/tests/suite/ecore/src/include/eina_trash.h
+++ b/tests/suite/ecore/src/include/eina_trash.h
@@ -47,14 +47,18 @@ typedef struct _Eina_Trash Eina_Trash;
* @struct _Eina_Trash
* Type for a generic container of unused allocated pointer.
*/
-struct _Eina_Trash
-{
- Eina_Trash *next; /**< next item in trash. */
+struct _Eina_Trash {
+ Eina_Trash *next;
+ /**< next item in trash. */
};
-static inline void eina_trash_init(Eina_Trash **trash) EINA_ARG_NONNULL(1);
-static inline void eina_trash_push(Eina_Trash **trash, void *data) EINA_ARG_NONNULL(1);
-static inline void *eina_trash_pop(Eina_Trash **trash) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT;
+static inline void eina_trash_init(Eina_Trash **
+ trash) EINA_ARG_NONNULL(1);
+static inline void eina_trash_push(Eina_Trash ** trash,
+ void *data) EINA_ARG_NONNULL(1);
+static inline void *eina_trash_pop(Eina_Trash **
+ trash) EINA_ARG_NONNULL(1)
+ EINA_WARN_UNUSED_RESULT;
/**
* @def EINA_TRASH_CLEAN
@@ -97,4 +101,4 @@ static inline void *eina_trash_pop(Eina_Trash **trash) EINA_ARG_NONNULL(1) EINA_
* @}
*/
-#endif /* EINA_TRASH_H_ */
+#endif /* EINA_TRASH_H_ */