diff options
author | David Robillard <d@drobilla.net> | 2012-03-27 03:39:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-27 03:39:52 +0000 |
commit | b5754f420a3cdd83b710aa3b4193e7b5b80c0141 (patch) | |
tree | 73a321142925c7179bda3b478bd739d3cf718086 /src/PatchageModule.cpp | |
parent | 2b30e701fff850ed8de005833e8039abe0ddc45e (diff) | |
download | patchage-b5754f420a3cdd83b710aa3b4193e7b5b80c0141.tar.gz patchage-b5754f420a3cdd83b710aa3b4193e7b5b80c0141.tar.bz2 patchage-b5754f420a3cdd83b710aa3b4193e7b5b80c0141.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r-- | src/PatchageModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 066ff47..991ebb0 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -164,6 +164,6 @@ PatchageModule::get_port(const std::string& name) return dynamic_cast<PatchagePort*>(*p); } } - + return NULL; } |