mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-06 21:46:10 +02:00
CLEANUP: http-fetch: Fix indentation of sample_fetch_keywords
Misplaced spaces before comma in 'urlp' keyword table entry.
This commit is contained in:
parent
45ca881a6b
commit
51f8bb46af
@ -2420,7 +2420,7 @@ static struct sample_fetch_kw_list sample_fetch_keywords = {ILH, {
|
||||
{ "url_ip", smp_fetch_url_ip, 0, NULL, SMP_T_IPV4, SMP_USE_HRQHV },
|
||||
{ "url_port", smp_fetch_url_port, 0, NULL, SMP_T_SINT, SMP_USE_HRQHV },
|
||||
{ "url_param", smp_fetch_url_param, ARG3(0,STR,STR,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
|
||||
{ "urlp" , smp_fetch_url_param, ARG3(0,STR,STR,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
|
||||
{ "urlp", smp_fetch_url_param, ARG3(0,STR,STR,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
|
||||
{ "urlp_val", smp_fetch_url_param_val, ARG3(0,STR,STR,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
|
||||
|
||||
{ /* END */ },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user