clang format

This commit is contained in:
karenzshea
2017-02-13 14:16:06 +01:00
committed by Patrick Niklaus
parent a61b1a3623
commit 23b07c9197
2 changed files with 8 additions and 7 deletions
@@ -59,10 +59,10 @@ struct RouteParametersGrammar : public BaseParametersGrammar<Iterator, Signature
"full", engine::api::RouteParameters::OverviewType::Full)(
"false", engine::api::RouteParameters::OverviewType::False);
annotations_type.add("duration", AnnotationsType::Duration)(
"nodes", AnnotationsType::Nodes)("distance", AnnotationsType::Distance)(
"weight", AnnotationsType::Weight)("datasources", AnnotationsType::Datasources)(
"speed", AnnotationsType::Speed);
annotations_type.add("duration", AnnotationsType::Duration)("nodes",
AnnotationsType::Nodes)(
"distance", AnnotationsType::Distance)("weight", AnnotationsType::Weight)(
"datasources", AnnotationsType::Datasources)("speed", AnnotationsType::Speed);
base_rule =
BaseGrammar::base_rule(qi::_r1) |