summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-07 03:20:00 +0000
committerDavid Robillard <d@drobilla.net>2014-01-07 03:20:00 +0000
commite028529c6be2372696e9f82c1921e2d062ccc8e8 (patch)
tree2b2a4abd6ea99fd33209a37cfb5d240e53b41f93 /ingen
parent889c14b36793c217724a026b2388f05c653fb5cd (diff)
downloadingen-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.hpp6
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.
*