mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:43:47 +03:00
code style: space between close paren and open brace
This commit is contained in:
parent
dc97475ded
commit
b680fd180b
9 changed files with 28 additions and 29 deletions
|
|
@ -279,7 +279,7 @@ static void freedirs(struct ftp_conn *ftpc)
|
|||
{
|
||||
int i;
|
||||
if(ftpc->dirs) {
|
||||
for(i=0; i < ftpc->dirdepth; i++){
|
||||
for(i=0; i < ftpc->dirdepth; i++) {
|
||||
if(ftpc->dirs[i]) {
|
||||
free(ftpc->dirs[i]);
|
||||
ftpc->dirs[i]=NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue