mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +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
@@ -755,7 +755,7 @@ static void constructPLMenuFromPipe(WMenu * menu, WMenuEntry * entry)
|
||||
wfree(cmd);
|
||||
|
||||
}
|
||||
static void cleanupWorkspaceMenu(WMenu * menu)
|
||||
static void cleanupWorkspaceMenu(WMenu *menu)
|
||||
{
|
||||
if (menu->frame->screen_ptr->workspace_menu == menu)
|
||||
menu->frame->screen_ptr->workspace_menu = NULL;
|
||||
|
||||
Reference in New Issue
Block a user