mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:04:15 +03:00
lib1156.c whitespace
This commit is contained in:
parent
68591a33ee
commit
d1b8f15e6a
1 changed files with 3 additions and 3 deletions
|
|
@ -71,12 +71,12 @@ static const struct testparams testparams[] = {
|
|||
CURLE_OK }
|
||||
};
|
||||
|
||||
static int hasbody;
|
||||
static int hasbody;
|
||||
|
||||
static size_t writedata(char *data, size_t size, size_t nmemb, void *userdata)
|
||||
{
|
||||
(void) data;
|
||||
(void) userdata;
|
||||
(void)data;
|
||||
(void)userdata;
|
||||
|
||||
if(size && nmemb)
|
||||
hasbody = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue