summaryrefslogtreecommitdiffstats
path: root/include/ingen/InstanceAccess.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 01:42:02 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 01:42:02 -0400
commit56cfb8680a67c283175e7a06b437cf480f9f5c82 (patch)
tree966c13e0e3dd42e6647b19a1d607ecd14eb6fe51 /include/ingen/InstanceAccess.hpp
parentf8eee81f6f94d018ab7c1133bf2b78926316edf8 (diff)
downloadingen-56cfb8680a67c283175e7a06b437cf480f9f5c82.tar.gz
ingen-56cfb8680a67c283175e7a06b437cf480f9f5c82.tar.bz2
ingen-56cfb8680a67c283175e7a06b437cf480f9f5c82.zip
Use consistent brace wrapping for struct definitions
Diffstat (limited to 'include/ingen/InstanceAccess.hpp')
-rw-r--r--include/ingen/InstanceAccess.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ingen/InstanceAccess.hpp b/include/ingen/InstanceAccess.hpp
index e108d7d5..b3fcff35 100644
--- a/include/ingen/InstanceAccess.hpp
+++ b/include/ingen/InstanceAccess.hpp
@@ -28,8 +28,7 @@
namespace ingen {
-struct InstanceAccess : public ingen::LV2Features::Feature
-{
+struct InstanceAccess : public ingen::LV2Features::Feature {
const char* uri() const override { return "http://lv2plug.in/ns/ext/instance-access"; }
std::shared_ptr<LV2_Feature> feature(World& world, Node* node) override {