Browse code

Cosmetics: reindent

Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk

Martin Storsjö authored on 2010/05/14 04:17:49
Showing 1 changed files
... ...
@@ -306,9 +306,9 @@ int main(int argc, char *argv[])
306 306
 
307 307
 error_out:
308 308
     if (infile)
309
-    fclose(infile);
309
+        fclose(infile);
310 310
     if (outfile)
311
-    fclose(outfile);
311
+        fclose(outfile);
312 312
     free(moov_atom);
313 313
     free(ftyp_atom);
314 314
     return 1;