From f45a27dc526dc743bed25e8a7e67200bc02fd555 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 10 Feb 2010 20:27:53 +0000 Subject: Reindent Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/wav.c') diff --git a/libavformat/wav.c b/libavformat/wav.c index 5faa63edca..da08558c78 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; } -- cgit v1.2.3