Fix formating

This commit is contained in:
Patrick Niklaus
2017-12-05 11:15:39 +00:00
committed by Patrick Niklaus
parent 88ee51ba2e
commit 994fae0ef6
3 changed files with 3 additions and 6 deletions
@@ -20,8 +20,8 @@ namespace guidance
// - middle edges between two osm ways in one logic road (U-turn)
// - staggered intersections (X-cross)
// - square/circle intersections
std::unordered_set<EdgeID> findSegregatedNodes(const NodeBasedGraphFactory &factory, const util::NameTable& names);
}
std::unordered_set<EdgeID> findSegregatedNodes(const NodeBasedGraphFactory &factory,
const util::NameTable &names);
}
}
}