From 39e29aa019fe076f96a1461a194e82bc20f6e9ef Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 25 May 2012 22:16:06 +0300 Subject: cosmetics: Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/sapenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sapenc.c') diff --git a/libavformat/sapenc.c b/libavformat/sapenc.c index ca133f561f..0c3e95edd6 100644 --- a/libavformat/sapenc.c +++ b/libavformat/sapenc.c @@ -209,7 +209,7 @@ static int sap_write_header(AVFormatContext *s) pos += strlen(&sap->ann[pos]) + 1; if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos], - sap->ann_size - pos)) { + sap->ann_size - pos)) { ret = AVERROR_INVALIDDATA; goto fail; } -- cgit v1.2.3