From 5877be91301e5dd54ca125c0acd7bfb1ecc3dcd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Dec 2015 20:35:54 +0000 Subject: No-op; remove trailing whitespace. --- src/xml.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xml.h') diff --git a/src/xml.h b/src/xml.h index d62dbd6..d07188f 100644 --- a/src/xml.h +++ b/src/xml.h @@ -48,7 +48,7 @@ template boost::shared_ptr type_child (boost::shared_ptr node, std::string name) { return boost::shared_ptr (new T (node->node_child (name))); } - + template boost::shared_ptr optional_type_child (boost::shared_ptr node, std::string name) @@ -74,7 +74,7 @@ type_children (boost::shared_ptr node, std::string name) { return type_children (*node.get(), name); } - + template std::list > type_grand_children (cxml::Node const & node, std::string name, std::string sub) @@ -89,7 +89,7 @@ type_grand_children (boost::shared_ptr node, std::string name, { return type_grand_children (*node.get(), name, sub); } - + } #endif -- cgit v1.2.3