mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-08 10:11:40 +00:00
MINOR: lists: fix indentation.
Fix indentation in the recently added list_to_mt_list().
This commit is contained in:
parent
8676514d4e
commit
84fd8a77b7
@ -676,7 +676,7 @@ static __inline struct list *mt_list_to_list(struct mt_list *list)
|
|||||||
|
|
||||||
static __inline struct mt_list *list_to_mt_list(struct list *list)
|
static __inline struct mt_list *list_to_mt_list(struct list *list)
|
||||||
{
|
{
|
||||||
union {
|
union {
|
||||||
struct mt_list *mt_list;
|
struct mt_list *mt_list;
|
||||||
struct list *list;
|
struct list *list;
|
||||||
} mylist;
|
} mylist;
|
||||||
|
Loading…
Reference in New Issue
Block a user