mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
get rid of more stray lines/spaces
This commit is contained in:
@ -206,12 +206,10 @@ xev_handle_propertynotify(XEvent *ee)
|
|||||||
if (sc->rootwin == e->window)
|
if (sc->rootwin == e->window)
|
||||||
goto test;
|
goto test;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
test:
|
test:
|
||||||
if (e->atom == _NET_DESKTOP_NAMES)
|
if (e->atom == _NET_DESKTOP_NAMES)
|
||||||
group_update_names(sc);
|
group_update_names(sc);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user