From 37caa11b52b05e0222e0d1b77ba82fd316e301d3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 27 Aug 2019 13:22:53 +0200 Subject: NO-OP: whitespace --- libs/ardour/ardour/plugin_manager.h | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'libs/ardour/ardour/plugin_manager.h') diff --git a/libs/ardour/ardour/plugin_manager.h b/libs/ardour/ardour/plugin_manager.h index c52bcbd35e..4cbf12c8e0 100644 --- a/libs/ardour/ardour/plugin_manager.h +++ b/libs/ardour/ardour/plugin_manager.h @@ -123,27 +123,27 @@ public: private: struct PluginTag { - ARDOUR::PluginType type; - std::string unique_id; - std::string tags; - std::string name; + ARDOUR::PluginType type; + std::string unique_id; + std::string tags; + std::string name; TagType tagtype; - PluginTag (ARDOUR::PluginType t, std::string id, std::string tag, std::string n, TagType tt) - : type (t), unique_id (id), tags (tag), name(n), tagtype (tt) {} - - bool operator== (PluginTag const& other) const { - return other.type == type && other.unique_id == unique_id; - } - - bool operator< (PluginTag const& other) const { - if (other.type < type) { - return true; - } else if (other.type == type && other.unique_id < unique_id) { - return true; - } - return false; - } + PluginTag (ARDOUR::PluginType t, std::string id, std::string tag, std::string n, TagType tt) + : type (t), unique_id (id), tags (tag), name(n), tagtype (tt) {} + + bool operator== (PluginTag const& other) const { + return other.type == type && other.unique_id == unique_id; + } + + bool operator< (PluginTag const& other) const { + if (other.type < type) { + return true; + } else if (other.type == type && other.unique_id < unique_id) { + return true; + } + return false; + } }; typedef std::set PluginTagList; -- cgit v1.2.3