Fix coding style

This commit is contained in:
Johan Malm 2022-11-03 19:58:21 +00:00 committed by Consolatis
parent 6a242d5739
commit e45e2c7e60
16 changed files with 28 additions and 22 deletions

View file

@ -38,7 +38,7 @@ reload_config_and_theme(void)
theme_init(g_server->theme, rc.theme_name);
struct view *view;
wl_list_for_each (view, &g_server->views, link) {
wl_list_for_each(view, &g_server->views, link) {
if (!view->mapped || !view->ssd.enabled) {
continue;
}