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) {
+1 -1
View File
@@ -2,8 +2,8 @@
#define EXTRACTOR_CALLBACKS_HPP
#include "util/typedefs.hpp"
#include <boost/optional/optional_fwd.hpp>
#include <boost/functional/hash.hpp>
#include <boost/optional/optional_fwd.hpp>
#include <string>
#include <unordered_map>