projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f6f85
)
CLEANUP: uri_normalizer: Remove trailing whitespace
author
Maximilian Mader
<max@bastelstu.be>
Tue, 20 Apr 2021 22:22:49 +0000
(
00:22
+0200)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Wed, 21 Apr 2021 10:15:14 +0000
(12:15 +0200)
This patch removes a single trailing space.
src/uri_normalizer.c
patch
|
blob
|
history
diff --git
a/src/uri_normalizer.c
b/src/uri_normalizer.c
index
32f3376
..
ded9e1c
100644
(file)
--- a/
src/uri_normalizer.c
+++ b/
src/uri_normalizer.c
@@
-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;