mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +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
@@ -432,7 +432,7 @@ static void miniwindowBalloon(WObjDescriptor * object)
|
||||
}
|
||||
}
|
||||
|
||||
static void appiconBalloon(WObjDescriptor * object)
|
||||
static void appiconBalloon(WObjDescriptor *object)
|
||||
{
|
||||
WAppIcon *aicon = (WAppIcon *) object->parent;
|
||||
WScreen *scr = aicon->icon->core->screen_ptr;
|
||||
|
||||
Reference in New Issue
Block a user