diff options
author | David Robillard <d@drobilla.net> | 2012-03-10 03:27:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-10 03:27:04 +0000 |
commit | 4b0f77528d38c630b68cb193e4832289efc46531 (patch) | |
tree | 304e1c511f94f93dd5e70969c21fbdf0b73fe6b6 /include | |
parent | a60da2bc0f7fbaa8a6722d8ac40c2b79841777a1 (diff) | |
download | ingen-4b0f77528d38c630b68cb193e4832289efc46531.tar.gz ingen-4b0f77528d38c630b68cb193e4832289efc46531.tar.bz2 ingen-4b0f77528d38c630b68cb193e4832289efc46531.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4041 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include')
-rw-r--r-- | include/ingen/client/PluginUI.hpp | 2 | ||||
-rw-r--r-- | include/ingen/client/PortModel.hpp | 2 | ||||
-rw-r--r-- | include/ingen/shared/World.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/client/PluginUI.hpp b/include/ingen/client/PluginUI.hpp index ed5dc5a6..501db260 100644 --- a/include/ingen/client/PluginUI.hpp +++ b/include/ingen/client/PluginUI.hpp @@ -28,7 +28,7 @@ namespace Ingen { -class ServerInterface; +class ServerInterface; namespace Shared { class World; } diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp index 50219739..eadfac63 100644 --- a/include/ingen/client/PortModel.hpp +++ b/include/ingen/client/PortModel.hpp @@ -57,7 +57,7 @@ public: bool is_toggle() const { return port_property("http://lv2plug.in/ns/lv2core#toggled"); } bool has_context(const Raul::URI& context) const; - + inline bool operator==(const PortModel& pm) const { return (path() == pm.path()); } diff --git a/include/ingen/shared/World.hpp b/include/ingen/shared/World.hpp index e35b9248..ef67c30b 100644 --- a/include/ingen/shared/World.hpp +++ b/include/ingen/shared/World.hpp @@ -92,7 +92,7 @@ public: virtual SharedPtr<Store> store(); virtual Sord::World* rdf_world(); - + virtual SharedPtr<URIs> uris(); virtual SharedPtr<LV2URIMap> lv2_uri_map(); |