Re-format code to avoid overly long lines and declarations
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user