isl_qsort.h: fix whitespace
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 13 Apr 2012 14:39:04 +0000 (16:39 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 13 Apr 2012 14:39:04 +0000 (16:39 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_qsort.h

index 5ca1634..155cf3c 100644 (file)
@@ -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