Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-20 18:00:11 +01:00
parent d7c44f0bc0
commit 7c06726a35
454 changed files with 461 additions and 461 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ inline std::ostream &operator<<(std::ostream &out, Approach approach)
out << static_cast<int>(approach);
return out;
}
} // namespace osrm
} // namespace osrm::engine
#endif
+1 -1
View File
@@ -11,7 +11,7 @@ std::ostream &operator<<(std::ostream &out, const osrm::server::api::ParsedURL &
return out;
}
} // namespace osrm
} // namespace osrm::server::api
#include <boost/test/test_tools.hpp>
#include <boost/test/unit_test.hpp>