tiny indent fix
This commit is contained in:
parent
8646cecb78
commit
0ea6abe7df
@ -752,7 +752,7 @@ static CURLcode header_append(struct SessionHandle *data,
|
|||||||
struct SingleRequest *k,
|
struct SingleRequest *k,
|
||||||
size_t length)
|
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 */
|
/* We enlarge the header buffer as it is too small */
|
||||||
char *newbuff;
|
char *newbuff;
|
||||||
size_t hbufp_index;
|
size_t hbufp_index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user