mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
CLEANUP: uri_normalizer: Remove trailing whitespace
This patch removes a single trailing space.
This commit is contained in:
parent
11f6f85c4b
commit
c9c79570d4
@ -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 New Issue
Block a user