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 --- include/ingen/client/PluginUI.hpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/ingen/client/PluginUI.hpp') diff --git a/include/ingen/client/PluginUI.hpp b/include/ingen/client/PluginUI.hpp index 6e7ea73f..b291d521 100644 --- a/include/ingen/client/PluginUI.hpp +++ b/include/ingen/client/PluginUI.hpp @@ -82,11 +82,12 @@ public: * The application must connect to this signal to communicate with the * engine and/or update itself as necessary. */ - INGEN_SIGNAL(property_changed, void, - const URI&, // Subject - const URI&, // Predicate - const Atom&, // Object - Resource::Graph) // Context + INGEN_SIGNAL(property_changed, + void, + const URI&, // Subject + const URI&, // Predicate + const Atom&, // Object + Resource::Graph) // Context ingen::World& world() const { return _world; } std::shared_ptr block() const { return _block; } -- cgit v1.2.1