From e39cbfb9dcf0c00133945eab186072274b45358a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 16:04:14 +0000 Subject: Strip trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1999 a436a847-0d15-0410-975c-d299462d15a1 --- lvz/AEffEditor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lvz/AEffEditor.hpp') diff --git a/lvz/AEffEditor.hpp b/lvz/AEffEditor.hpp index f8da52a..d118a9a 100644 --- a/lvz/AEffEditor.hpp +++ b/lvz/AEffEditor.hpp @@ -16,10 +16,10 @@ public: virtual void idle() {} virtual void postUpdate() {} - + virtual const char* getURI() { return URI; } virtual void setURI(const char* u) { URI = u; } - + virtual const char* getPluginURI() { return pluginURI; } virtual void setPluginURI(const char* u) { pluginURI = u; } -- cgit v1.2.1