[MPlayer-cvslog] r37991 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Mon Oct 9 17:57:43 EEST 2017


Author: ib
Date: Mon Oct  9 17:57:43 2017
New Revision: 37991

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Mon Oct  9 17:56:14 2017	(r37990)
+++ trunk/gui/interface.c	Mon Oct  9 17:57:43 2017	(r37991)
@@ -915,8 +915,8 @@ int gui(int what, void *data)
 
         if (gtkReplayGainOn) {
             if (demux_control(mpctx_get_demuxer(guiInfo.mpcontext), DEMUXER_CTRL_GET_REPLAY_GAIN, &replay_gain) == DEMUXER_CTRL_OK) {
-                guiInfo.LastVolume = guiInfo.Volume;
-                guiInfo.Volume     = constrain(100.0 + (replay_gain / 10.0 + gtkReplayGainAdjustment) / 0.5);
+                guiInfo.LastVolume       = guiInfo.Volume;
+                guiInfo.Volume           = constrain(100.0 + (replay_gain / 10.0 + gtkReplayGainAdjustment) / 0.5);
                 guiInfo.ReplayGainVolume = -1.0f;
             }
         }


More information about the MPlayer-cvslog mailing list