cosmetics: indentation

Originally committed as revision 9157 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-05-30 09:45:09 +00:00
parent 7b2a2ce556
commit 43e869147a

View File

@ -613,7 +613,7 @@ resync:
tmp = ptr[0];
ptr[0] = ptr[1];
ptr[1] = tmp;
ptr += 2;
ptr += 2;
}
}
return 0;