summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
commitb5754f420a3cdd83b710aa3b4193e7b5b80c0141 (patch)
tree73a321142925c7179bda3b478bd739d3cf718086 /src/PatchageModule.cpp
parent2b30e701fff850ed8de005833e8039abe0ddc45e (diff)
downloadpatchage-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.cpp2
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;
}