mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-10 22:33:19 -05:00
MINOR: lists: fix indentation.
Fix indentation in the recently added list_to_mt_list().
This commit is contained in:
parent
8676514d4e
commit
84fd8a77b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
union {
|
||||
union {
|
||||
struct mt_list *mt_list;
|
||||
struct list *list;
|
||||
} mylist;
|
||||
|
|
|
|||
Loading…
Reference in a new issue