mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix coding style
This commit is contained in:
parent
6a242d5739
commit
e45e2c7e60
16 changed files with 28 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue