From 9b589c246c368a9da6bbeab3e693767ffe19e04e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Nov 2024 08:56:27 -0500 Subject: Add clang-format configuration --- test/test_sratom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_sratom.c') diff --git a/test/test_sratom.c b/test/test_sratom.c index 6b54627..7e46ae5 100644 --- a/test/test_sratom.c +++ b/test/test_sratom.c @@ -69,8 +69,7 @@ urid_unmap(LV2_URID_Unmap_Handle handle, LV2_URID urid) return NULL; } -SRATOM_LOG_FUNC(1, 2) -static int +SRATOM_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { va_list args; // NOLINT(cppcoreguidelines-init-variables) -- cgit v1.2.1