mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
CLEANUP: uri_normalizer: Remove trailing whitespace
This patch removes a single trailing space.
This commit is contained in:
parent
11f6f85c4b
commit
c9c79570d4
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ enum uri_normalizer_err uri_normalizer_query_sort(const struct ist query, const
|
|||
|
||||
const struct buffer *trash = get_trash_chunk();
|
||||
struct ist *params = (struct ist *)b_orig(trash);
|
||||
const size_t max_param = b_size(trash) / sizeof(*params);
|
||||
const size_t max_param = b_size(trash) / sizeof(*params);
|
||||
size_t param_count = 0;
|
||||
|
||||
size_t i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue