From 7aba91abc985859a4e5540c9f0f9e3613c217b8f Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Thu, 4 Jul 2024 09:48:34 +0200 Subject: [PATCH] vst3 indentation/alignment --- templates/vst3/src/vst3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vst3/src/vst3.c b/templates/vst3/src/vst3.c index 859f4e9..eb58719 100644 --- a/templates/vst3/src/vst3.c +++ b/templates/vst3/src/vst3.c @@ -230,7 +230,7 @@ typedef struct pluginInstance { #endif void *mem; #ifdef PARAM_OUT_CPU_INDEX - float cpu_meter; + float cpu_meter; #endif } pluginInstance;