diff mplayer.c @ 32735:c8b9c17890cb

Cosmetics: move if and following { onto same line.
author reimar
date Thu, 27 Jan 2011 19:34:40 +0000
parents 67e0128e2f1a
children ce0b4f3bb12d
line wrap: on
line diff
--- a/mplayer.c	Thu Jan 27 18:04:19 2011 +0000
+++ b/mplayer.c	Thu Jan 27 19:34:40 2011 +0000
@@ -2518,8 +2518,7 @@
             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) {