Re-format code to avoid overly long lines and declarations

This commit is contained in:
Nils O. Selåsdal
2015-04-04 23:29:27 +02:00
parent a55139aba6
commit c6318c079d
17 changed files with 94 additions and 46 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
static void
uc_sift(unsigned char *base, size_t start, size_t count, size_t width,
uc_hs_cmp cmp, uc_hs_swp swap, void *cookie)
i uc_hs_cmp cmp, uc_hs_swp swap, void *cookie)
{
size_t root = start, child;
@@ -27,7 +27,7 @@ uc_sift(unsigned char *base, size_t start, size_t count, size_t width,
void
uc_heapsort(void *base_, size_t count, size_t width,
uc_hs_cmp cmp, uc_hs_swp swap, void *cookie)
uc_hs_cmp cmp, uc_hs_swp swap, void *cookie)
{
long start;
long end;