ppc4xx/POST: Change ethernet test loop count to a default of 10
[oweals/u-boot.git] / lib / qsort.c
index bb47319f8ba5b1dc30f1b51d3405209b07249414..e771dcfcf2756504bc53916cd0366643ff70a81d 100644 (file)
@@ -23,9 +23,9 @@
 #endif
 
 void qsort(void  *base,
-           size_t nel,
-           size_t width,
-           int (*comp)(const void *, const void *))
+          size_t nel,
+          size_t width,
+          int (*comp)(const void *, const void *))
 {
        size_t wgap, i, j, k;
        char tmp;