Mercurial > mplayer.hg
changeset 32918:efb929029ec9
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Wed, 02 Mar 2011 18:16:15 +0000 |
parents | 9949f3a123cf |
children | 933e784fb598 |
files | gui/app.c |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/app.c Wed Mar 02 18:14:20 2011 +0000 +++ b/gui/app.c Wed Mar 02 18:16:15 2011 +0000 @@ -78,18 +78,18 @@ static void appClearItem(wItem *item) { - item->type = 0; - item->x = 0; - item->y = 0; - item->width = 0; - item->height = 0; - item->pwidth = 0; - item->pheight = 0; - item->message = 0; - item->pressed = btnReleased; - item->tmp = 0; + item->type = 0; + item->x = 0; + item->y = 0; + item->width = 0; + item->height = 0; + item->pwidth = 0; + item->pheight = 0; + item->message = 0; + item->pressed = btnReleased; + item->tmp = 0; bpFree(&item->Bitmap); - item->fontid = 0; + item->fontid = 0; free(item->label); item->label = NULL; free(item->text);