From 43d646c759e3caf794dc59b84f3bf86b37f5c907 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 6 Apr 2012 11:42:36 -0700 Subject: [PATCH] formatting --- src/xml_tree.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xml_tree.cpp b/src/xml_tree.cpp index 36995166f..940832782 100644 --- a/src/xml_tree.cpp +++ b/src/xml_tree.cpp @@ -104,7 +104,8 @@ inline boost::optional fast_cast(xml_tree const& tree, std::stri if (expression_factory::parse_from_string(expr, value, tree.expr_grammar)) { return expr; - } else + } + else { throw mapnik::config_error("Failed to parse expression '" + value + "'"); }