summaryrefslogtreecommitdiff
path: root/lib/http2.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-23 08:30:18 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-24 23:58:22 +0100
commit8657c268e1938c4bd9200b7f5ab69ba156310403 (patch)
tree99d43e4150f9f57a1b62f3439da028fa38e55769 /lib/http2.c
parentec0a5c96ac2f31d09651f04c8b24a30d1f6fa118 (diff)
downloadgnurl-8657c268e1938c4bd9200b7f5ab69ba156310403.tar.gz
gnurl-8657c268e1938c4bd9200b7f5ab69ba156310403.tar.bz2
gnurl-8657c268e1938c4bd9200b7f5ab69ba156310403.zip
checksrc: white space edits to comply to stricter checksrc
Diffstat (limited to 'lib/http2.c')
-rw-r--r--lib/http2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http2.c b/lib/http2.c
index 202ab1b5d..de37fd167 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -1653,7 +1653,7 @@ static ssize_t http2_send(struct connectdata *conn, int sockindex,
size_t nheader;
size_t i;
size_t authority_idx;
- char *hdbuf = (char*)mem;
+ char *hdbuf = (char *)mem;
char *end, *line_end;
nghttp2_data_provider data_prd;
int32_t stream_id;