mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 18:22:41 +02:00
MINOR: lists: fix indentation.
Fix indentation in the recently added list_to_mt_list().
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user