[FFmpeg-cvslog] r23534 - trunk/libavformat/http.c

mstorsjo subversion
Tue Jun 8 13:58:22 CEST 2010


Author: mstorsjo
Date: Tue Jun  8 13:58:22 2010
New Revision: 23534

Log:
Reindent

Modified:
   trunk/libavformat/http.c

Modified: trunk/libavformat/http.c
==============================================================================
--- trunk/libavformat/http.c	Tue Jun  8 13:55:55 2010	(r23533)
+++ trunk/libavformat/http.c	Tue Jun  8 13:58:22 2010	(r23534)
@@ -440,7 +440,7 @@ static int http_write(URLContext *h, con
     if (size > 0) {
         /* upload data using chunked encoding */
         if(s->is_chunked) {
-        snprintf(temp, sizeof(temp), "%x\r\n", size);
+            snprintf(temp, sizeof(temp), "%x\r\n", size);
             if ((ret = url_write(s->hd, temp, strlen(temp))) < 0)
                 return ret;
         }



More information about the ffmpeg-cvslog mailing list