whitespace cleanup
This commit is contained in:
parent
a6127aacef
commit
9213a9e0f2
92 changed files with 218 additions and 218 deletions
|
@ -483,7 +483,7 @@ read_response:
|
|||
do {
|
||||
while (filesize > 0 || !got_clen) {
|
||||
unsigned rdsz = sizeof(buf);
|
||||
if (filesize < sizeof(buf) && (chunked || got_clen))
|
||||
if (filesize < sizeof(buf) && (chunked || got_clen))
|
||||
rdsz = filesize;
|
||||
n = safe_fread(buf, 1, rdsz, dfp);
|
||||
if (n <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue