Sync with Clang38 Format

This commit is contained in:
Daniel J. Hofmann
2016-06-02 13:14:33 +02:00
parent c490752ca7
commit 448f8377fb
4 changed files with 8 additions and 8 deletions
-1
View File
@@ -92,7 +92,6 @@ std::array<std::uint32_t, SegmentNumber> summarizeRoute(const std::vector<PathDa
});
segments.resize(new_end - segments.begin());
// sort descending
std::sort(
segments.begin(), segments.end(), [](const NamedSegment &lhs, const NamedSegment &rhs) {