summaryrefslogtreecommitdiff
path: root/libs/pbd/property_list.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-04 14:51:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-04 14:51:05 -0400
commit4dc63966f0872efe768dad61eb9b8785d06b92d1 (patch)
treee54104d57d6c2da7840979181368151fd0819c96 /libs/pbd/property_list.cc
parent297e80e020da94a56984b20782584bb1dd96ea34 (diff)
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
Diffstat (limited to 'libs/pbd/property_list.cc')
-rw-r--r--libs/pbd/property_list.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pbd/property_list.cc b/libs/pbd/property_list.cc
index efae95e45e..c2cf4a0b86 100644
--- a/libs/pbd/property_list.cc
+++ b/libs/pbd/property_list.cc
@@ -24,8 +24,8 @@
using namespace PBD;
-PropertyList::PropertyList()
- : _property_owner (true)
+PropertyList::PropertyList()
+ : _property_owner (true)
{
}
@@ -57,7 +57,7 @@ PropertyList::get_changes_as_xml (XMLNode* history_node)
{
for (const_iterator i = begin(); i != end(); ++i) {
DEBUG_TRACE (DEBUG::Properties, string_compose ("Add changes to %1 for %2\n",
- history_node->name(),
+ history_node->name(),
i->second->property_name()));
i->second->get_changes_as_xml (history_node);
}