mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04:00
CLEANUP: http: bad indentation
Some function argument uses space in place of tabulation for the indentation.
This commit is contained in:
parent
4fdc74c22c
commit
0948d41a12
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue