mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +01:00
wmaker: code style
This patch removes some extra curly brackets, some empty lines, extra spaces, ... to follow wmaker's coding style
This commit is contained in:
committed by
Carlos R. Mafra
parent
29ccfbbf20
commit
4ac65ab260
@@ -571,11 +571,10 @@ static void updateMenuForWindow(WMenu * menu, WWindow * wwin)
|
||||
|
||||
for (i = 0; i < scr->workspace_submenu->entry_no; i++) {
|
||||
scr->workspace_submenu->entries[i]->clientdata = wwin;
|
||||
if (i == scr->current_workspace) {
|
||||
if (i == scr->current_workspace)
|
||||
wMenuSetEnabled(scr->workspace_submenu, i, False);
|
||||
} else {
|
||||
else
|
||||
wMenuSetEnabled(scr->workspace_submenu, i, True);
|
||||
}
|
||||
}
|
||||
|
||||
menu->flags.realized = 0;
|
||||
|
||||
Reference in New Issue
Block a user