summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestMetadata.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestMetadata.hpp')
-rw-r--r--src/engine/events/RequestMetadata.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/events/RequestMetadata.hpp b/src/engine/events/RequestMetadata.hpp
index ba860aaf..0777c79a 100644
--- a/src/engine/events/RequestMetadata.hpp
+++ b/src/engine/events/RequestMetadata.hpp
@@ -45,11 +45,11 @@ class RequestMetadata : public QueuedEvent
{
public:
RequestMetadata(Engine& engine,
- SharedPtr<Responder> responder,
- SampleCount timestamp,
- bool meta,
- const Raul::URI& subject,
- const Raul::URI& key);
+ SharedPtr<Responder> responder,
+ SampleCount timestamp,
+ bool meta,
+ const Raul::URI& subject,
+ const Raul::URI& key);
void pre_process();
void execute(ProcessContext& context);