diff options
author | David Robillard <d@drobilla.net> | 2024-11-15 08:56:16 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-15 08:56:16 -0500 |
commit | 8f29b993fdce549ab44f3529396d0cfb08637e01 (patch) | |
tree | d77e9a1c3498b2d96b89f680ecd615f3cc161adf /test/test_sord.c | |
parent | af0663da39d5526b081ab6a6c791240958c7032d (diff) | |
download | sord-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.c | 3 |
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; |