Sync with Clang38 Format

This commit is contained in:
Daniel J. Hofmann
2016-06-02 14:43:27 +02:00
parent e198709643
commit 801cc72691
6 changed files with 10 additions and 14 deletions
+1 -4
View File
@@ -50,10 +50,7 @@ class MockDataFacade final : public engine::datafacade::BaseDataFacade
{
return {util::FixedLongitude{0}, util::FixedLatitude{0}};
}
OSMNodeID GetOSMNodeIDOfNode(const unsigned /* id */) const override
{
return OSMNodeID{0};
}
OSMNodeID GetOSMNodeIDOfNode(const unsigned /* id */) const override { return OSMNodeID{0}; }
bool EdgeIsCompressed(const unsigned /* id */) const { return false; }
unsigned GetGeometryIndexForEdgeID(const unsigned /* id */) const override
{