summaryrefslogtreecommitdiffstats
path: root/src/server/Event.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-10 03:27:04 +0000
committerDavid Robillard <d@drobilla.net>2012-03-10 03:27:04 +0000
commit4b0f77528d38c630b68cb193e4832289efc46531 (patch)
tree304e1c511f94f93dd5e70969c21fbdf0b73fe6b6 /src/server/Event.hpp
parenta60da2bc0f7fbaa8a6722d8ac40c2b79841777a1 (diff)
downloadingen-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 'src/server/Event.hpp')
-rw-r--r--src/server/Event.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Event.hpp b/src/server/Event.hpp
index f887ce66..5f9234bd 100644
--- a/src/server/Event.hpp
+++ b/src/server/Event.hpp
@@ -81,7 +81,7 @@ public:
/** Respond to the originating client with an error. */
void respond_error(const std::string& msg);
-
+
protected:
Event(Engine& engine, ClientInterface* client, int32_t id, FrameTime time)
: _engine(engine)