Mercurial > yaffs-ecoscentric-gpl
diff yaffs_qsort.h @ 271:c0dfae9e8073
Major whitespace/style changes to match Linux checkpatch.pl code style
| author | wookey <wookey> |
|---|---|
| date | Fri, 06 Mar 2009 17:20:49 +0000 |
| parents | b7f785925166 |
| children | b5309c9b6d7f |
line wrap: on
line diff
--- a/yaffs_qsort.h +++ b/yaffs_qsort.h @@ -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
