From 43e869147ae673ead99ace8f08e4bc3f25e183eb Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Wed, 30 May 2007 09:45:09 +0000 Subject: cosmetics: indentation Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rmdec.c') diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index 39219b17e0..f7f69fea00 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -613,7 +613,7 @@ resync: tmp = ptr[0]; ptr[0] = ptr[1]; ptr[1] = tmp; - ptr += 2; + ptr += 2; } } return 0; -- cgit v1.2.3