changeset 6110:d3cfb2687491 libavformat

Reindent
author mstorsjo
date Tue, 08 Jun 2010 11:58:22 +0000
parents 6090375e2696
children fcbafbe31721
files http.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
         }