mirror of
https://github.com/curl/curl.git
synced 2026-05-16 08:26:19 +03:00
tiny indent fix
This commit is contained in:
parent
8646cecb78
commit
0ea6abe7df
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ static CURLcode header_append(struct SessionHandle *data,
|
|||
struct SingleRequest *k,
|
||||
size_t length)
|
||||
{
|
||||
if(k->hbuflen + length >= data->state.headersize) {
|
||||
if(k->hbuflen + length >= data->state.headersize) {
|
||||
/* We enlarge the header buffer as it is too small */
|
||||
char *newbuff;
|
||||
size_t hbufp_index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue