formatting

This commit is contained in:
Dane Springmeyer 2012-04-06 11:42:36 -07:00
parent 36516c00e2
commit 43d646c759

View file

@ -104,7 +104,8 @@ inline boost::optional<expression_ptr> 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 + "'");
}