diff utils.c @ 3340:670503410b6b libavformat

cosmetics: indentation
author aurel
date Sat, 24 May 2008 12:56:05 +0000
parents ee6e41ad0c69
children 13333599b04b
line wrap: on
line diff
--- a/utils.c	Sat May 24 12:55:36 2008 +0000
+++ b/utils.c	Sat May 24 12:56:05 2008 +0000
@@ -2261,7 +2261,7 @@
             return NULL;
         dynarray_add(&s->chapters, &s->nb_chapters, chapter);
     }
-        av_free(chapter->title);
+    av_free(chapter->title);
     chapter->title = av_strdup(title);
     chapter->id    = id;
     chapter->time_base= time_base;