# HG changeset patch # User reimar # Date 1296156880 0 # Node ID c8b9c17890cbfe0a819bd09e07fbba78b06aaab3 # Parent cc58a1e919d9f4e6ffa058131dc804632510ca26 Cosmetics: move if and following { onto same line. diff -r cc58a1e919d9 -r c8b9c17890cb mplayer.c --- 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) {