Mercurial > mplayer.hg
changeset 33395:4e9058b47bde
Cosmetic: Remove braces and adjust indent after r33481.
author | ib |
---|---|
date | Sun, 22 May 2011 19:55:18 +0000 |
parents | a97ab6658993 |
children | 580141f51e13 |
files | gui/interface.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Sun May 22 19:46:35 2011 +0000 +++ b/gui/interface.c Sun May 22 19:55:18 2011 +0000 @@ -559,9 +559,8 @@ dvd_priv_t *dvdp = arg; #endif - if (guiIntfStruct.mpcontext) { - mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); - } + if (guiIntfStruct.mpcontext) + mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); switch (type) { case guiXEvent: