mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:37:25 +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
|
|
@ -1040,7 +1040,7 @@ static int alloc_addbyter(int output, FILE *data)
|
|||
infop->alloc = 32;
|
||||
infop->len = 0;
|
||||
}
|
||||
else if(infop->len+1 >= infop->alloc) {
|
||||
else if(infop->len + 1 >= infop->alloc) {
|
||||
char *newptr = NULL;
|
||||
size_t newsize = infop->alloc*2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue