commit | 84fd8a77b76ca157fce9d70e1cb0cc1f86ec6ecb | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Wed Mar 11 21:41:13 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Mar 11 21:41:13 2020 +0100 |
tree | 60df9f5b19c4ef9db179b487e2982b6727270f56 | |
parent | 8676514d4ea43997a86a362d2b5edb03d9672d58 [diff] |
MINOR: lists: fix indentation. Fix indentation in the recently added list_to_mt_list().
diff --git a/include/common/mini-clist.h b/include/common/mini-clist.h index 40baf5d..589a1d9 100644 --- a/include/common/mini-clist.h +++ b/include/common/mini-clist.h
@@ -676,7 +676,7 @@ static __inline struct mt_list *list_to_mt_list(struct list *list) { - union { + union { struct mt_list *mt_list; struct list *list; } mylist;