changeset 3318:f63630e08b59 libavformat

cosmetics: indentation
author aurel
date Fri, 23 May 2008 11:46:05 +0000
parents 841f0bc7857c
children 609eabc17cb2
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Fri May 23 11:45:30 2008 +0000
+++ b/utils.c	Fri May 23 11:46:05 2008 +0000
@@ -2240,7 +2240,7 @@
     if(!chapter)
         return AVERROR(ENOMEM);
     if (title)
-    chapter->title = av_strdup(title);
+        chapter->title = av_strdup(title);
     chapter->start = start;
     chapter->end = end;