Commit d52b9be4 authored by mstorsjo's avatar mstorsjo

Cosmetics: reindent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23126 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 899cd116
......@@ -306,9 +306,9 @@ int main(int argc, char *argv[])
error_out:
if (infile)
fclose(infile);
fclose(infile);
if (outfile)
fclose(outfile);
fclose(outfile);
free(moov_atom);
free(ftyp_atom);
return 1;
......
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