generic: fold yaffs_cvs_2009_04_24 patch to generic/files
[15.05/openwrt.git] / target / linux / generic / files / fs / yaffs2 / yaffs_qsort.h
index 610b7ec..941c7a8 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef __YAFFS_QSORT_H__
 #define __YAFFS_QSORT_H__
 
-extern void yaffs_qsort (void *const base, size_t total_elems, size_t size,
-                   int (*cmp)(const void *, const void *));
+extern void yaffs_qsort(void *const base, size_t total_elems, size_t size,
+                       int (*cmp)(const void *, const void *));
 
 #endif