summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-08 09:07:23 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-08 09:07:23 +0000
commit03f08ab010ecc58a7f57e25718c7a3d2547f9fd1 (patch)
tree7eda868488b90fc65233f833b88d335de43838a1 /command.c
parent055b0cc5d8bf69f8fa12a84f24a3efca95c02a60 (diff)
downloadmpv-03f08ab010ecc58a7f57e25718c7a3d2547f9fd1.tar.bz2
mpv-03f08ab010ecc58a7f57e25718c7a3d2547f9fd1.tar.xz
Make indentation consistent with the rest of the file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29659 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
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;