Fix formatting for a function. Conforms to E formats now.

SVN revision: 23397
This commit is contained in:
Christopher Michael 2006-06-12 10:21:18 +00:00
parent 59e2c62604
commit 84a0afbc45
1 changed files with 2 additions and 1 deletions

View File

@ -1179,7 +1179,8 @@ _ibox_cb_event_border_zone_set(void *data, int type, void *event)
return 1;
}
static int _ibox_cb_event_desk_show(void *data, int type, void *event)
static int
_ibox_cb_event_desk_show(void *data, int type, void *event)
{
E_Event_Desk_Show *ev;
IBox *b;