code style: space between close paren and open brace
This commit is contained in:
parent
dc97475ded
commit
b680fd180b
@ -49,9 +49,8 @@ void Curl_fileinfo_dtor(void *user, void *element)
|
||||
if(!finfo)
|
||||
return;
|
||||
|
||||
if(finfo->b_data){
|
||||
if(finfo->b_data)
|
||||
free(finfo->b_data);
|
||||
}
|
||||
|
||||
free(finfo);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user