From 628e60f8fda6be4ce5790a3a226531b164c61e68 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 29 May 2017 23:45:16 +0200 Subject: NO-OP: whitespace --- libs/pbd/pbd/xml++.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/pbd/pbd') diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h index 6c099dc0c3..4b012c910e 100644 --- a/libs/pbd/pbd/xml++.h +++ b/libs/pbd/pbd/xml++.h @@ -179,13 +179,13 @@ public: void remove_property_recursively(const std::string&); /** Remove all nodes with the name passed to remove_nodes */ - void remove_nodes(const std::string&); + void remove_nodes (const std::string&); /** Remove and delete all nodes with the name passed to remove_nodes */ - void remove_nodes_and_delete(const std::string&); + void remove_nodes_and_delete (const std::string&); /** Remove and delete all nodes with property prop matching val */ - void remove_nodes_and_delete(const std::string& propname, const std::string& val); - /** Remove and delete first node with given name and prop matching val */ - void remove_node_and_delete(const std::string& n, const std::string& propname, const std::string& val); + void remove_nodes_and_delete (const std::string& propname, const std::string& val); + /** Remove and delete first node with given name and prop matching val */ + void remove_node_and_delete (const std::string& n, const std::string& propname, const std::string& val); void dump (std::ostream &, std::string p = "") const; -- cgit v1.2.3