# HG changeset patch # User reimar # Date 1252400843 0 # Node ID 3343d5151134e42d89aabd3c4d94b78be62ae871 # Parent 2609ee836bc1ff84e0f2c0361628c85b78ff9239 Make indentation consistent with the rest of the file diff -r 2609ee836bc1 -r 3343d5151134 command.c --- a/command.c Tue Sep 08 09:06:43 2009 +0000 +++ b/command.c Tue Sep 08 09:07:23 2009 +0000 @@ -948,7 +948,7 @@ 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;