diff options
author | David Robillard <d@drobilla.net> | 2012-03-10 03:27:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-10 03:27:04 +0000 |
commit | 4b0f77528d38c630b68cb193e4832289efc46531 (patch) | |
tree | 304e1c511f94f93dd5e70969c21fbdf0b73fe6b6 /src/client | |
parent | a60da2bc0f7fbaa8a6722d8ac40c2b79841777a1 (diff) | |
download | ingen-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/client')
-rw-r--r-- | src/client/ObjectModel.cpp | 2 | ||||
-rw-r--r-- | src/client/PluginModel.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ObjectModel.cpp b/src/client/ObjectModel.cpp index 984cd11c..81c0039b 100644 --- a/src/client/ObjectModel.cpp +++ b/src/client/ObjectModel.cpp @@ -52,7 +52,7 @@ ObjectModel::is_a(const Raul::URI& type) const { return has_property(_uris.rdf_type, type); } - + const Raul::Atom& ObjectModel::set_property(const Raul::URI& key, const Raul::Atom& value, Resource::Graph ctx) diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp index 3bb37e03..72326dd0 100644 --- a/src/client/PluginModel.cpp +++ b/src/client/PluginModel.cpp @@ -258,7 +258,7 @@ PluginModel::documentation(bool* html) const } lilv_node_free(rdfs_comment); lilv_node_free(lv2_documentation); - + lilv_nodes_free(vals); return doc; |