summaryrefslogtreecommitdiffstats
path: root/src/engine/QueuedEngineInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/QueuedEngineInterface.cpp')
-rw-r--r--src/engine/QueuedEngineInterface.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/engine/QueuedEngineInterface.cpp b/src/engine/QueuedEngineInterface.cpp
index 1ac41f38..2a42569a 100644
--- a/src/engine/QueuedEngineInterface.cpp
+++ b/src/engine/QueuedEngineInterface.cpp
@@ -1,15 +1,15 @@
/* This file is part of Ingen.
* Copyright (C) 2007 Dave Robillard <http://drobilla.net>
- *
+ *
* Ingen is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
- *
+ *
* Ingen is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
- *
+ *
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
@@ -117,19 +117,19 @@ QueuedEngineInterface::activate()
void
-QueuedEngineInterface::deactivate()
+QueuedEngineInterface::deactivate()
{
push_queued(new DeactivateEvent(_engine, _responder, now()));
}
void
-QueuedEngineInterface::quit()
+QueuedEngineInterface::quit()
{
_responder->respond_ok();
_engine.quit();
}
-
+
// Bundle commands
@@ -146,7 +146,7 @@ QueuedEngineInterface::bundle_end()
_in_bundle = false;
}
-
+
// Object commands
bool
@@ -203,7 +203,7 @@ QueuedEngineInterface::clear_patch(const Path& patch_path)
push_queued(new ClearPatchEvent(_engine, _responder, now(), this, patch_path));
}
-
+
void
QueuedEngineInterface::connect(const Path& src_port_path,
const Path& dst_port_path)
@@ -270,7 +270,7 @@ QueuedEngineInterface::set_variable(const URI& path,
push_queued(new SetMetadataEvent(_engine, _responder, now(), false, path, predicate, value));
}
-
+
void
QueuedEngineInterface::set_property(const URI& path,
const URI& predicate,