summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-05-29 23:45:16 +0200
committerRobin Gareus <robin@gareus.org>2017-05-29 23:45:16 +0200
commit628e60f8fda6be4ce5790a3a226531b164c61e68 (patch)
tree75d2d8c8d569ec10a71e9df34a5722b45e001535 /libs/pbd/pbd
parentd67436af3bf6d1f71ae062d4a50054d847bfb18b (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/pbd/pbd')
-rw-r--r--libs/pbd/pbd/xml++.h10
1 files changed, 5 insertions, 5 deletions
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;