projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdc74c
)
CLEANUP: http: bad indentation
author
Thierry FOURNIER
<tfournier@haproxy.com>
Wed, 20 May 2015 13:22:37 +0000
(15:22 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 20 May 2015 13:56:23 +0000
(15:56 +0200)
Some function argument uses space in place of tabulation
for the indentation.
src/proto_http.c
patch
|
blob
|
history
diff --git
a/src/proto_http.c
b/src/proto_http.c
index
0f1ecb1
..
d3c7fa7
100644
(file)
--- a/
src/proto_http.c
+++ b/
src/proto_http.c
@@
-11589,9
+11589,9
@@
smp_fetch_param(char delim, const char *name, int name_len, const struct arg *ar
qs_end = smp->ctx.a[1];
if (!find_next_url_param(query_string, qs_end,
- name, name_len,
- &smp->data.str.str, &smp->data.str.len,
- delim))
+ name, name_len,
+ &smp->data.str.str, &smp->data.str.len,
+ delim))
return 0;
query_string = smp->data.str.str + smp->data.str.len + 1;