mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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
@@ -2583,13 +2583,12 @@ static int setClipTitleFont(WScreen * scr, WDefaultEntry * entry, void *tdata, v
|
||||
return REFRESH_ICON_FONT;
|
||||
}
|
||||
|
||||
static int setLargeDisplayFont(WScreen * scr, WDefaultEntry * entry, void *tdata, void *foo)
|
||||
static int setLargeDisplayFont(WScreen *scr, WDefaultEntry *entry, void *tdata, void *foo)
|
||||
{
|
||||
WMFont *font = tdata;
|
||||
|
||||
if (scr->workspace_name_font) {
|
||||
if (scr->workspace_name_font)
|
||||
WMReleaseFont(scr->workspace_name_font);
|
||||
}
|
||||
|
||||
scr->workspace_name_font = font;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user