summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-04 13:35:42 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-04 13:35:42 +0000
commit5c1de42c0ce0bd2e0f55461d3e4a6f7a7ef2a3f8 (patch)
treeb9c25effe71d4cc14d9d093df0563719d3ddc5f2 /command.c
parent450935badc256cc6c2307fd47cdb9c75fa294798 (diff)
downloadmpv-5c1de42c0ce0bd2e0f55461d3e4a6f7a7ef2a3f8.tar.bz2
mpv-5c1de42c0ce0bd2e0f55461d3e4a6f7a7ef2a3f8.tar.xz
cosmetic: reindent after r27414
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27415 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 9b5fa9af40..2870a10faa 100644
--- a/command.c
+++ b/command.c
@@ -386,7 +386,7 @@ static int mp_property_chapter(m_option_t *prop, int action, void *arg,
char *chapter_name = NULL;
if (mpctx->demuxer)
- chapter = demuxer_get_current_chapter(mpctx->demuxer);
+ chapter = demuxer_get_current_chapter(mpctx->demuxer);
if (chapter < 0)
return M_PROPERTY_UNAVAILABLE;