From 741c3349b09c8774fcd013e3bdd7d9e7f6b470ce Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Thu, 31 Dec 2020 15:15:05 +0100 Subject: Format all code with clang-format --- zix/sorted_array.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'zix/sorted_array.h') diff --git a/zix/sorted_array.h b/zix/sorted_array.h index 5acd50e..92f13e6 100644 --- a/zix/sorted_array.h +++ b/zix/sorted_array.h @@ -48,8 +48,10 @@ typedef void* ZixSortedArrayIter; */ ZIX_API ZixSortedArray* -zix_sorted_array_new(bool allow_duplicates, ZixComparator cmp, void* cmp_data, - size_t elem_size); +zix_sorted_array_new(bool allow_duplicates, + ZixComparator cmp, + void* cmp_data, + size_t elem_size); /** Free `a`. @@ -139,7 +141,7 @@ zix_sorted_array_iter_next(ZixSortedArray* a, ZixSortedArrayIter i); */ #ifdef __cplusplus -} /* extern "C" */ +} /* extern "C" */ #endif -#endif /* ZIX_SORTED_ARRAY_H */ +#endif /* ZIX_SORTED_ARRAY_H */ -- cgit v1.2.1