1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

tiny_psnr: reindent after last commit.

This commit is contained in:
Nicolas George 2012-04-15 15:46:46 +02:00
parent e6f7e22d18
commit 34123ab979

View File

@ -120,7 +120,6 @@ static int run_psnr(FILE *f[2], int len, int shift, int skip_bytes)
fseek(f[1], 0, SEEK_SET); fseek(f[1], 0, SEEK_SET);
if (!noseek) { if (!noseek) {
/* TODO reindent */
for (i = 0; i < 2; i++) { for (i = 0; i < 2; i++) {
uint8_t *p = buf[i]; uint8_t *p = buf[i];
if (fread(p, 1, 12, f[i]) != 12) if (fread(p, 1, 12, f[i]) != 12)