From 9994cdebb60ecffcf81ced46ccfd12968ea3b2da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 02:04:21 -0400 Subject: Use consistent spacing for line comments --- src/client/PluginUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/PluginUI.cpp') diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index a0a966a3..031caceb 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -78,7 +78,7 @@ lv2_ui_write(SuilController controller, const float value = *static_cast(buffer); if (port->value().type() == uris.atom_Float && value == port->value().get()) { - return; // Ignore feedback + return; // Ignore feedback } ui->signal_property_changed()( -- cgit v1.2.1