From f45a27dc526dc743bed25e8a7e67200bc02fd555 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 10 Feb 2010 20:27:53 +0000 Subject: [PATCH] Reindent Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/wav.c b/libavformat/wav.c index 5faa63edc..da08558c7 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -230,7 +230,7 @@ static int wav_read_header(AVFormatContext *s, if (!size) { wav->data_end = INT64_MAX; } else - wav->data_end= url_ftell(pb) + size; + wav->data_end= url_ftell(pb) + size; return 0; } -- 2.11.0