From 8f29b993fdce549ab44f3529396d0cfb08637e01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Nov 2024 08:56:16 -0500 Subject: Add clang-format configuration --- test/test_sord.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_sord.c') 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; -- cgit v1.2.1