Reformat all code using astyle.
[oweals/tinc.git] / src / list.h
index 2b22c042ee8d6e8eb86571ed0232db9fb0edeed9..69d1ff4c06a260cc312a7b42619d480eba844e76 100644 (file)
@@ -45,7 +45,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 *);