projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8676514
)
MINOR: lists: fix indentation.
author
Olivier Houchard
<cognet@ci0.org>
Wed, 11 Mar 2020 20:41:13 +0000
(21:41 +0100)
committer
Olivier Houchard
<cognet@ci0.org>
Wed, 11 Mar 2020 20:41:13 +0000
(21:41 +0100)
Fix indentation in the recently added list_to_mt_list().
include/common/mini-clist.h
patch
|
blob
|
history
diff --git
a/include/common/mini-clist.h
b/include/common/mini-clist.h
index
40baf5d
..
589a1d9
100644
(file)
--- a/
include/common/mini-clist.h
+++ b/
include/common/mini-clist.h
@@
-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;