mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-20 01:40:56 -05:00
Begrudgingly format wl_list_* macros with a space before parameter list
I can't seem to configure clang-format to remove this space...
This commit is contained in:
parent
6cbc202662
commit
6d0714bfa3
4 changed files with 22 additions and 22 deletions
2
render.c
2
render.c
|
|
@ -173,7 +173,7 @@ output_render(struct cg_output *output, pixman_region32_t *damage)
|
|||
|
||||
// TODO: render only top view, possibly use focused view for this, see #35.
|
||||
struct cg_view *view;
|
||||
wl_list_for_each_reverse(view, &server->views, link) {
|
||||
wl_list_for_each_reverse (view, &server->views, link) {
|
||||
render_view_toplevels(view, output, damage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue