mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
wrap long lines and do some indent policing
This commit is contained in:
parent
1435864030
commit
33ce0ec1f1
10 changed files with 97 additions and 75 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -998,7 +998,8 @@ int curl_formget(struct curl_httppost *form, void *arg,
|
|||
return -1;
|
||||
}
|
||||
} while(nread == sizeof(buffer));
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
if(ptr->length != append(arg, ptr->line, ptr->length)) {
|
||||
Curl_formclean(&data);
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue