Commit 34123ab9 authored by Nicolas George's avatar Nicolas George

tiny_psnr: reindent after last commit.

parent e6f7e22d
...@@ -120,7 +120,6 @@ static int run_psnr(FILE *f[2], int len, int shift, int skip_bytes) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment