Mercurial > mplayer.hg
changeset 32735:c8b9c17890cb
Cosmetics: move if and following { onto same line.
author | reimar |
---|---|
date | Thu, 27 Jan 2011 19:34:40 +0000 |
parents | cc58a1e919d9 |
children | a25f55874cdd |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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) {