]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: uri_normalizer: Remove trailing whitespace
authorMaximilian Mader <max@bastelstu.be>
Tue, 20 Apr 2021 22:22:49 +0000 (00:22 +0200)
committerChristopher 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

index 32f33769e893139b92f92a304260beb91c9ee691..ded9e1c01cdff7633e0d9ca808635cc660d0faf6 100644 (file)
@@ -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;