mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix more coding style violations
This commit is contained in:
parent
a9042e3cde
commit
ea3ea49783
5 changed files with 39 additions and 33 deletions
|
|
@ -133,7 +133,7 @@ for_each_surface(struct view *view, wlr_surface_iterator_func_t iterator,
|
|||
if (!view->surface) {
|
||||
return;
|
||||
}
|
||||
wlr_surface_for_each_surface(view->surface, iterator, data);
|
||||
wlr_surface_for_each_surface(view->surface, iterator, data);
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue