Commit 084741c7 authored by mstorsjo's avatar mstorsjo

Reindent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ae5133c9
...@@ -440,7 +440,7 @@ static int http_write(URLContext *h, const uint8_t *buf, int size) ...@@ -440,7 +440,7 @@ static int http_write(URLContext *h, const uint8_t *buf, int size)
if (size > 0) { if (size > 0) {
/* upload data using chunked encoding */ /* upload data using chunked encoding */
if(s->is_chunked) { 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) if ((ret = url_write(s->hd, temp, strlen(temp))) < 0)
return ret; return ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment