From 03f08ab010ecc58a7f57e25718c7a3d2547f9fd1 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 8 Sep 2009 09:07:23 +0000 Subject: Make indentation consistent with the rest of the file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29659 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 0700158753..5aee6ae383 100644 --- a/command.c +++ b/command.c @@ -948,7 +948,7 @@ static int mp_property_program(m_option_t * prop, int action, void *arg, if (prog.aid < 0 && prog.vid < 0) { mp_msg(MSGT_CPLAYER, MSGL_ERR, "Selected program contains no audio or video streams!\n"); return M_PROPERTY_ERROR; - } + } mp_property_do("switch_audio", M_PROPERTY_SET, &prog.aid, mpctx); mp_property_do("switch_video", M_PROPERTY_SET, &prog.vid, mpctx); return M_PROPERTY_OK; -- cgit v1.2.3