From b42cb99941882ec96efc469a3f9212e3b1676f26 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 01:42:06 -0400 Subject: Use consistent brace wrapping for class definitions --- include/ingen/Properties.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/ingen/Properties.hpp') diff --git a/include/ingen/Properties.hpp b/include/ingen/Properties.hpp index 95b7eaf9..9151372b 100644 --- a/include/ingen/Properties.hpp +++ b/include/ingen/Properties.hpp @@ -28,7 +28,8 @@ namespace ingen { /** A property value (an Atom with a context). */ -class Property : public Atom { +class Property : public Atom +{ public: enum class Graph { DEFAULT, ///< Default context for "universal" properties @@ -53,7 +54,8 @@ private: Graph _ctx; }; -class Properties : public std::multimap { +class Properties : public std::multimap +{ public: using Graph = Property::Graph; -- cgit v1.2.1