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/PatchageEvent.cpp | |
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/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 93a1a02..ea9a758 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -108,4 +108,3 @@ PatchageEvent::execute(Patchage* patchage) patchage->canvas()->remove_edge_between(port_1, port_2); } } - |