From 1ca08b77068db4f0eb13770f674a5f276b05a68a Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 13 Apr 2012 16:39:04 +0200 Subject: [PATCH] isl_qsort.h: fix whitespace Signed-off-by: Sven Verdoolaege --- isl_qsort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_qsort.h b/isl_qsort.h index 5ca16342..155cf3ce 100644 --- a/isl_qsort.h +++ b/isl_qsort.h @@ -1,7 +1,7 @@ #ifndef ISL_QSORT_H #define ISL_QSORT_H -void isl_quicksort (void *const pbase, size_t total_elems, size_t size, +void isl_quicksort(void *const pbase, size_t total_elems, size_t size, int (*cmp)(const void *, const void *, void *arg), void *arg); #endif -- 2.11.4.GIT