summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*