summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/functor_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/functor_command.h')
-rw-r--r--libs/pbd/pbd/functor_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/functor_command.h b/libs/pbd/pbd/functor_command.h
index 68092a77bb..9fc35ee138 100644
--- a/libs/pbd/pbd/functor_command.h
+++ b/libs/pbd/pbd/functor_command.h
@@ -71,7 +71,7 @@ class /*LIBPBD_API*/ FunctorCommand : public Command
virtual XMLNode &get_state() {
std::stringstream ss;
-
+
XMLNode *node = new XMLNode("FunctorCommand");
node->add_property("type_name", typeid(obj_type).name());
node->add_property("functor", functor_name);