changeset 6155:a7094b61b3fb libavformat

Reindent
author mstorsjo
date Mon, 21 Jun 2010 19:02:35 +0000
parents 78f96a0ef08c
children 85710c0ef275
files http.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http.c	Mon Jun 21 19:02:05 2010 +0000
+++ b/http.c	Mon Jun 21 19:02:35 2010 +0000
@@ -439,7 +439,7 @@
      * signal EOF */
     if (size > 0) {
         /* upload data using chunked encoding */
-            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 ||
             (ret = url_write(s->hd, buf, size)) < 0 ||