[FFmpeg-cvslog] r23126 - trunk/tools/qt-faststart.c

mstorsjo subversion
Thu May 13 21:17:49 CEST 2010


Author: mstorsjo
Date: Thu May 13 21:17:49 2010
New Revision: 23126

Log:
Cosmetics: reindent

Modified:
   trunk/tools/qt-faststart.c

Modified: trunk/tools/qt-faststart.c
==============================================================================
--- trunk/tools/qt-faststart.c	Thu May 13 21:17:15 2010	(r23125)
+++ trunk/tools/qt-faststart.c	Thu May 13 21:17:49 2010	(r23126)
@@ -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;



More information about the ffmpeg-cvslog mailing list