diff http.c @ 6110:d3cfb2687491 libavformat

Reindent
author mstorsjo
date Tue, 08 Jun 2010 11:58:22 +0000
parents 117b1826ce8e
children 4c91cdcb8a52
line wrap: on
line diff
--- a/http.c	Tue Jun 08 11:55:55 2010 +0000
+++ b/http.c	Tue Jun 08 11:58:22 2010 +0000
@@ -440,7 +440,7 @@
     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;
         }