summaryrefslogtreecommitdiffstats
path: root/test/test_sord.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-15 08:56:16 -0500
committerDavid Robillard <d@drobilla.net>2024-11-15 08:56:16 -0500
commit8f29b993fdce549ab44f3529396d0cfb08637e01 (patch)
treed77e9a1c3498b2d96b89f680ecd615f3cc161adf /test/test_sord.c
parentaf0663da39d5526b081ab6a6c791240958c7032d (diff)
downloadsord-8f29b993fdce549ab44f3529396d0cfb08637e01.tar.gz
sord-8f29b993fdce549ab44f3529396d0cfb08637e01.tar.bz2
sord-8f29b993fdce549ab44f3529396d0cfb08637e01.zip
Add clang-format configuration
Diffstat (limited to 'test/test_sord.c')
-rw-r--r--test/test_sord.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_sord.c b/test/test_sord.c
index 7ad9da7..df5e398 100644
--- a/test/test_sord.c
+++ b/test/test_sord.c
@@ -41,8 +41,7 @@ uri(SordWorld* world, unsigned num)
return sord_new_uri(world, (const uint8_t*)str);
}
-SORD_LOG_FUNC(1, 2)
-static int
+SORD_LOG_FUNC(1, 2) static int
test_fail(const char* fmt, ...)
{
va_list args;