Cosmetics: reindent
authorMartin Storsjö <martin@martin.st>
Thu, 13 May 2010 19:17:49 +0000 (19:17 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 13 May 2010 19:17:49 +0000 (19:17 +0000)
Originally committed as revision 23126 to svn://svn.ffmpeg.org/ffmpeg/trunk

tools/qt-faststart.c

index 172fdae..e1bcebc 100644 (file)
@@ -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;