aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-09-27 13:06:13 -0400
committerDavid Robillard <d@drobilla.net>2024-09-27 18:15:35 -0400
commit771215229522e203eba802bc041a1d8105de9283 (patch)
tree57e45558c47792b610649bb734dfd3f545e09688 /test
parenta4acf0c7414451d22b6264f2fabfa5eb348fbb62 (diff)
downloadserd-771215229522e203eba802bc041a1d8105de9283.tar.gz
serd-771215229522e203eba802bc041a1d8105de9283.tar.bz2
serd-771215229522e203eba802bc041a1d8105de9283.zip
Clean up and update clang-format configuration
Fix "SERD_CONST_FINC" typo, add the other function attributes, and sort all fields.
Diffstat (limited to 'test')
-rw-r--r--test/headers/test_headers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c
index c855c103..62be0976 100644
--- a/test/headers/test_headers.c
+++ b/test/headers/test_headers.c
@@ -3,8 +3,7 @@
#include "serd/serd.h" // IWYU pragma: keep
-SERD_CONST_FUNC
-int
+SERD_CONST_FUNC int
main(void)
{
return 0;