mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
Fix coding style
This commit is contained in:
parent
6a242d5739
commit
e45e2c7e60
16 changed files with 28 additions and 22 deletions
|
|
@ -273,7 +273,7 @@ desktop_focused_view(struct server *server)
|
|||
return NULL;
|
||||
}
|
||||
struct view *view;
|
||||
wl_list_for_each (view, &server->views, link) {
|
||||
wl_list_for_each(view, &server->views, link) {
|
||||
if (view->surface == focused_surface) {
|
||||
return view;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue