mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Fix coding style
This commit is contained in:
parent
6a242d5739
commit
e45e2c7e60
16 changed files with 28 additions and 22 deletions
|
|
@ -240,7 +240,7 @@ static struct view *
|
|||
parent_of(struct view *view)
|
||||
{
|
||||
struct view *p;
|
||||
wl_list_for_each (p, &view->server->views, link) {
|
||||
wl_list_for_each(p, &view->server->views, link) {
|
||||
if (p->xdg_surface->toplevel
|
||||
== view->xdg_surface->toplevel->parent) {
|
||||
return p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue