Skip to content
Snippets Groups Projects
Commit 0ea6abe7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tiny indent fix

parent 8646cecb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment