From 4b0f77528d38c630b68cb193e4832289efc46531 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Mar 2012 03:27:04 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4041 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/client/PortModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ingen/client/PortModel.hpp') 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()); } -- cgit v1.2.1