diff options
author | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-17 20:21:26 +0000 |
commit | 845868bb4ec34e1bf2b0bbde937777725e167018 (patch) | |
tree | 765fdbf6f5cf1f2b9ad1f96903a8d21f09245295 /src/PatchagePort.hpp | |
parent | 668f74cd5cbfa95b09a4fe9f74b99770c3c672c4 (diff) | |
download | patchage-845868bb4ec34e1bf2b0bbde937777725e167018.tar.gz patchage-845868bb4ec34e1bf2b0bbde937777725e167018.tar.bz2 patchage-845868bb4ec34e1bf2b0bbde937777725e167018.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index a45c871..8bc06fb 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -72,7 +72,7 @@ public: set_label(_name.c_str()); } } - + bool on_event(GdkEvent* ev) { if (ev->type != GDK_BUTTON_PRESS || ev->button.button != 3) { return false; |