From 56cfb8680a67c283175e7a06b437cf480f9f5c82 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 01:42:02 -0400 Subject: Use consistent brace wrapping for struct definitions --- include/ingen/InstanceAccess.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/ingen/InstanceAccess.hpp') 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 feature(World& world, Node* node) override { -- cgit v1.2.1