From e520f1009eaa552c7b3931ced85c0f19d8aff554 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jun 2015 16:22:08 +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 5978ff7e..12062f96 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