summaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-22 20:12:17 -0400
committerDavid Robillard <d@drobilla.net>2024-06-22 20:17:06 -0400
commit503e58d36cd467ce83a7312f55bb8beb4e5e370b (patch)
treedda8210a6b71665f46c9ed37cf3de72a869407ea /benchmark
parentd8204ca7482a9a5184cdd99f16f9d47b0cbe1c22 (diff)
downloadzix-503e58d36cd467ce83a7312f55bb8beb4e5e370b.tar.gz
zix-503e58d36cd467ce83a7312f55bb8beb4e5e370b.tar.bz2
zix-503e58d36cd467ce83a7312f55bb8beb4e5e370b.zip
Clean up whitespace and clang-format configuration
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/dict_bench.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmark/dict_bench.c b/benchmark/dict_bench.c
index 5d9acd0..279e6ad 100644
--- a/benchmark/dict_bench.c
+++ b/benchmark/dict_bench.c
@@ -45,7 +45,8 @@ lcg64(const uint64_t i)
return (a * i) + c;
}
-ZIX_PURE_FUNC static const ZixChunk*
+ZIX_PURE_FUNC
+static const ZixChunk*
identity(const ZixChunk* record)
{
return record;