Commit e3d7269f authored by Martin Storsjö's avatar Martin Storsjö

Cosmetics: reindent

Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c937454d
...@@ -306,9 +306,9 @@ int main(int argc, char *argv[]) ...@@ -306,9 +306,9 @@ int main(int argc, char *argv[])
error_out: error_out:
if (infile) if (infile)
fclose(infile); fclose(infile);
if (outfile) if (outfile)
fclose(outfile); fclose(outfile);
free(moov_atom); free(moov_atom);
free(ftyp_atom); free(ftyp_atom);
return 1; 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