comparison 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
comparison
equal deleted inserted replaced
32734:cc58a1e919d9 32735:c8b9c17890cb
2516 #ifdef CONFIG_MENU 2516 #ifdef CONFIG_MENU
2517 if (vf_menu) 2517 if (vf_menu)
2518 vf_menu_pause_update(vf_menu); 2518 vf_menu_pause_update(vf_menu);
2519 #endif 2519 #endif
2520 #ifdef CONFIG_STREAM_CACHE 2520 #ifdef CONFIG_STREAM_CACHE
2521 if (!quiet && stream_cache_size > 0) 2521 if (!quiet && stream_cache_size > 0) {
2522 {
2523 int new_cache_fill = cache_fill_status(mpctx->stream); 2522 int new_cache_fill = cache_fill_status(mpctx->stream);
2524 if (new_cache_fill != old_cache_fill) { 2523 if (new_cache_fill != old_cache_fill) {
2525 if (term_osd && !mpctx->sh_video) { 2524 if (term_osd && !mpctx->sh_video) {
2526 set_osd_msg(OSD_MSG_PAUSE, 1, 0, MSGTR_Paused" %d%%", 2525 set_osd_msg(OSD_MSG_PAUSE, 1, 0, MSGTR_Paused" %d%%",
2527 new_cache_fill); 2526 new_cache_fill);