Fix formatting
This commit is contained in:
parent
087645848b
commit
2b3bc18269
@ -276,7 +276,7 @@ xstrndup (const char *s, size_t n)
|
|||||||
// --- Double-linked list helpers ----------------------------------------------
|
// --- Double-linked list helpers ----------------------------------------------
|
||||||
|
|
||||||
#define LIST_HEADER(type) \
|
#define LIST_HEADER(type) \
|
||||||
type *next; \
|
type *next; \
|
||||||
type *prev;
|
type *prev;
|
||||||
|
|
||||||
#define LIST_PREPEND(head, link) \
|
#define LIST_PREPEND(head, link) \
|
||||||
|
Loading…
Reference in New Issue
Block a user