Add 'wl_list_for_each_safe' to the clang-format macro list

...and fix the formatting when it is used.
This commit is contained in:
Frank Praznik
2024-03-14 10:09:47 -04:00
parent 3875ef4552
commit 717f297849
4 changed files with 4 additions and 6 deletions

View File

@@ -82,6 +82,7 @@ ForEachMacros:
"spa_list_for_each",
"spa_list_for_each_safe",
"wl_list_for_each",
"wl_list_for_each_safe",
"wl_array_for_each",
"udev_list_entry_foreach",
]