From f38046a23d67f2efe49f8b3e2a98e2af925f19b5 Mon Sep 17 00:00:00 2001 From: defiantnerd <97224712+defiantnerd@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:30:40 +0200 Subject: [PATCH] clang-format again --- src/detail/ara/ara.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detail/ara/ara.h b/src/detail/ara/ara.h index 17045add..ef5c450e 100644 --- a/src/detail/ara/ara.h +++ b/src/detail/ara/ara.h @@ -15,7 +15,7 @@ // // the clap-wrapper itself does not require the ARA SDK because CLAP is a shell API only and // just passes interface pointers through extensions between the foreign host and the ARA plugin core. -// +// // do not use this file in your clap plugin, use the ARA SDK! //