diff options
author | David Robillard <d@drobilla.net> | 2014-01-07 03:20:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-07 03:20:00 +0000 |
commit | e028529c6be2372696e9f82c1921e2d062ccc8e8 (patch) | |
tree | 2b2a4abd6ea99fd33209a37cfb5d240e53b41f93 /ingen | |
parent | 889c14b36793c217724a026b2388f05c653fb5cd (diff) | |
download | ingen-e028529c6be2372696e9f82c1921e2d062ccc8e8.tar.gz ingen-e028529c6be2372696e9f82c1921e2d062ccc8e8.tar.bz2 ingen-e028529c6be2372696e9f82c1921e2d062ccc8e8.zip |
Fix whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5293 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Resource.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index 3d6d6cd2..3c937463 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -101,9 +101,9 @@ public: * this call exactly one property with predicate @p uri will be set. */ virtual const Atom& set_property( - const Raul::URI& uri, - const Atom& value, - Graph ctx=Graph::DEFAULT); + const Raul::URI& uri, + const Atom& value, + Graph ctx = Graph::DEFAULT); /** Add a property value. * |