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

View File

@ -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);
}
}
}

View File

@ -841,7 +841,5 @@ void Extractor::WriteCompressedNodeBasedGraph(const std::string &path,
}
}
} // namespace extractor
} // namespace osrm

View File

@ -238,7 +238,6 @@ std::unordered_set<EdgeID> findSegregatedNodes(const NodeBasedGraphFactory &fact
return segregated_edges;
}
}
}
}