Upgrade formatting to clang-format 10 (#5895)

* Update formatting tools to clang-format-10

* Reformat using clang-format-10.0.09
This commit is contained in:
Daniel Patterson
2020-11-26 07:21:39 -08:00
committed by GitHub
parent a3f1c2afb0
commit 50d9632ed7
373 changed files with 1198 additions and 1163 deletions
@@ -27,8 +27,8 @@ std::ostream &operator<<(std::ostream &out, const QueryEdge &edge)
out << "{" << edge.source << ", " << edge.target << ", " << edge.data << "}";
return out;
}
}
}
} // namespace contractor
} // namespace osrm
BOOST_AUTO_TEST_SUITE(contracted_edge_container)
+2 -2
View File
@@ -38,7 +38,7 @@ inline contractor::ContractorGraph makeGraph(const std::vector<TestEdge> &edges)
return contractor::ContractorGraph{max_id + 1, std::move(input_edges)};
}
}
}
} // namespace unit_test
} // namespace osrm
#endif