mirror of
https://github.com/curl/curl.git
synced 2026-06-05 22:04:15 +03:00
code style: use spaces around pluses
This commit is contained in:
parent
ca86006deb
commit
e5743f08e7
104 changed files with 386 additions and 366 deletions
|
|
@ -80,7 +80,7 @@ static char *get_param_word(char **str, char **end_pos)
|
|||
while(*ptr && NULL == strchr(end_chars, *ptr))
|
||||
++ptr;
|
||||
*str = ptr;
|
||||
return word_begin+1;
|
||||
return word_begin + 1;
|
||||
}
|
||||
++ptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue