summaryrefslogtreecommitdiff
path: root/libs/pbd/command.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-16 18:32:31 +0000
committerDavid Robillard <d@drobilla.net>2007-07-16 18:32:31 +0000
commit94f329cd1e761ad164a2fb1e2a1bd12103099c2e (patch)
tree261853e8fa2f3b30652599be767ec9d99bd05c41 /libs/pbd/command.cc
parent155bc17e2bf2bad2ca5aff4f9df83401821a5573 (diff)
Fix formatting of command stuff to adhere to The Guidelines(TM).
git-svn-id: svn://localhost/ardour2/trunk@2130 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/command.cc')
-rw-r--r--libs/pbd/command.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pbd/command.cc b/libs/pbd/command.cc
index f84d99491f..011534a662 100644
--- a/libs/pbd/command.cc
+++ b/libs/pbd/command.cc
@@ -23,7 +23,7 @@
XMLNode &Command::get_state()
{
- XMLNode *node = new XMLNode ("Command");
- node->add_content("WARNING: Somebody forgot to subclass Command.");
- return *node;
+ XMLNode *node = new XMLNode ("Command");
+ node->add_content("WARNING: Somebody forgot to subclass Command.");
+ return *node;
}