diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-30 09:45:09 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-30 09:45:09 +0000 |
commit | 43e869147ae673ead99ace8f08e4bc3f25e183eb (patch) | |
tree | c94d189013f2cb889379d2daff14386b11bbcde6 /libavformat/rmdec.c | |
parent | 7b2a2ce5561ca33006de84dae6c1263611bf1fd9 (diff) | |
download | ffmpeg-43e869147ae673ead99ace8f08e4bc3f25e183eb.tar.gz |
cosmetics: indentation
Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r-- | libavformat/rmdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |