summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-05-30 09:45:09 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-05-30 09:45:09 +0000
commit43e869147ae673ead99ace8f08e4bc3f25e183eb (patch)
treec94d189013f2cb889379d2daff14386b11bbcde6 /libavformat/rmdec.c
parent7b2a2ce5561ca33006de84dae6c1263611bf1fd9 (diff)
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.c2
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;