From 2ae92dcc97765deb2845dd07a338858aeb375cb3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 24 Jun 2015 14:13:37 +0100 Subject: No-op: 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 b89d8ccd..f21edb4c 100644 --- a/src/xml.h +++ b/src/xml.h @@ -44,7 +44,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) @@ -70,7 +70,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) @@ -85,7 +85,7 @@ type_grand_children (boost::shared_ptr node, std::string name, { return type_grand_children (*node.get(), name, sub); } - + } #endif -- cgit v1.2.3