diff command.c @ 27383:cc16875b72dd

cosmetic: reindent after r27414
author ben
date Mon, 04 Aug 2008 13:35:42 +0000
parents aff29422c652
children f28981b3f233
line wrap: on
line diff
--- a/command.c	Mon Aug 04 13:35:14 2008 +0000
+++ b/command.c	Mon Aug 04 13:35:42 2008 +0000
@@ -386,7 +386,7 @@
     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;