even more attempted changes for ipMIDI on windows
[ardour.git] / libs / pbd / property_list.cc
index efae95e45e4e17e7ad16510832b6cabd1a83ee03..ae8674c97b7a1df001a3af9f6c98db0de867cb53 100644 (file)
 
 using namespace PBD;
 
-PropertyList::PropertyList() 
-        : _property_owner (true) 
+PropertyList::PropertyList()
+        : _property_owner (true)
 {
-       
+
 }
 
 PropertyList::PropertyList (PropertyList const & other)
@@ -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);
         }