diff options
author | David Robillard <d@drobilla.net> | 2024-11-15 08:56:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-15 08:56:27 -0500 |
commit | 9b589c246c368a9da6bbeab3e693767ffe19e04e (patch) | |
tree | 5a55fbdbae85f6c61d10b86e5d5c88cd1b75f857 /test/test_sratom.c | |
parent | 18c968e208a38320cb22acd88df2b9093e1590d5 (diff) | |
download | sratom-9b589c246c368a9da6bbeab3e693767ffe19e04e.tar.gz sratom-9b589c246c368a9da6bbeab3e693767ffe19e04e.tar.bz2 sratom-9b589c246c368a9da6bbeab3e693767ffe19e04e.zip |
Add clang-format configuration
Diffstat (limited to 'test/test_sratom.c')
-rw-r--r-- | test/test_sratom.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) |