From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/pbd/property_list.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/pbd/property_list.cc') 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); } -- cgit v1.2.3