]> git.meshlink.io Git - meshlink/blobdiff - src/list.h
Add an astylerc file and reformat all code.
[meshlink] / src / list.h
index c99082844916e210770c7ede8ba7552e93389b19..3cda17a6a3269963a0ab71c9ab7f182c5636e4fd 100644 (file)
@@ -44,7 +44,7 @@ typedef struct list_t {
 
 /* (De)constructors */
 
-extern list_t *list_alloc(list_action_t) __attribute__ ((__malloc__));
+extern list_t *list_alloc(list_action_t) __attribute__((__malloc__));
 extern void list_free(list_t *);
 extern list_node_t *list_alloc_node(void);
 extern void list_free_node(list_t *, list_node_t *);