Mercurial > mplayer.hg
changeset 36945:22750a12bdc7
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Sat, 22 Mar 2014 19:48:39 +0000 |
parents | 6dab81ea03c3 |
children | cbaa08dbc9aa |
files | gui/interface.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Sat Mar 22 19:47:44 2014 +0000 +++ b/gui/interface.c Sat Mar 22 19:48:39 2014 +0000 @@ -740,16 +740,16 @@ mixer = data; - mixer_getvolume(mixer, &l, &r); - guiInfo.Volume = FFMAX(l, r); + mixer_getvolume(mixer, &l, &r); + guiInfo.Volume = FFMAX(l, r); - mixer_getbalance(mixer, &b); - guiInfo.Balance = (b + 1.0) * 50.0; // transform -1..1 to 0..100 + mixer_getbalance(mixer, &b); + guiInfo.Balance = (b + 1.0) * 50.0; // transform -1..1 to 0..100 - if (guiInfo.Balance != last_balance) { - uiEvent(ivSetVolume, guiInfo.Volume); - last_balance = guiInfo.Balance; - } + if (guiInfo.Balance != last_balance) { + uiEvent(ivSetVolume, guiInfo.Volume); + last_balance = guiInfo.Balance; + } break;