[MPlayer-cvslog] r32822 - trunk/mplayer.c

reimar subversion at mplayerhq.hu
Thu Jan 27 20:34:40 CET 2011


Author: reimar
Date: Thu Jan 27 20:34:40 2011
New Revision: 32822

Log:
Cosmetics: move if and following { onto same line.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Thu Jan 27 19:04:19 2011	(r32821)
+++ trunk/mplayer.c	Thu Jan 27 20:34:40 2011	(r32822)
@@ -2518,8 +2518,7 @@ static void pause_loop(void)
             vf_menu_pause_update(vf_menu);
 #endif
 #ifdef CONFIG_STREAM_CACHE
-        if (!quiet && stream_cache_size > 0)
-        {
+        if (!quiet && stream_cache_size > 0) {
             int new_cache_fill = cache_fill_status(mpctx->stream);
             if (new_cache_fill != old_cache_fill) {
                 if (term_osd && !mpctx->sh_video) {


More information about the MPlayer-cvslog mailing list