From 842ffee3869c06b168167bb6cae6d42198e4e404 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Fri, 23 May 2008 11:46:05 +0000 Subject: [PATCH] cosmetics: indentation Originally committed as revision 13248 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 9c537f361..66f26ccd6 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2240,7 +2240,7 @@ int ff_new_chapter(AVFormatContext *s, int64_t start, int64_t end, const char *t if(!chapter) return AVERROR(ENOMEM); if (title) - chapter->title = av_strdup(title); + chapter->title = av_strdup(title); chapter->start = start; chapter->end = end; -- 2.11.0