From de445cb506cc1cd088befb54ceac682dfe219952 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 14 Sep 2007 09:16:42 +0200 Subject: [PATCH] removed a traling whitespace --- lib/sorter/array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sorter/array.h b/lib/sorter/array.h index 8cb05d3a..04a27d77 100644 --- a/lib/sorter/array.h +++ b/lib/sorter/array.h @@ -287,7 +287,7 @@ static void Q(radix_split)(void *src_ptr, void *dest_ptr, uns num_elts, uns *ptr static Q(key) *Q(sort)(Q(key) *array, uns num_elts #ifdef ASORT_HASH , Q(key) *buffer, uns hash_bits -#endif +#endif ) { struct asort_context ctx = { -- 2.39.2