mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fix style issues
This commit is contained in:
parent
53052b3f6e
commit
f998bb8299
14 changed files with 36 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ typedef struct {
|
|||
|
||||
list_t *list_create(void);
|
||||
void list_free(list_t *list);
|
||||
void list_foreach(list_t *list, void (*callback)(void* item));
|
||||
void list_foreach(list_t *list, void (*callback)(void *item));
|
||||
void list_add(list_t *list, void *item);
|
||||
void list_push(list_t *list, void *item);
|
||||
void list_insert(list_t *list, size_t index, void *item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue