Formatted the sources

This commit is contained in:
Denis Chaplygin
2019-09-16 17:13:33 +03:00
parent fa5567e669
commit e97ec13064
9 changed files with 49 additions and 32 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ BOOST_AUTO_TEST_CASE(test_nearest_fb_serialization_skip_waypoints)
using namespace osrm;
NearestParameters params;
params.skip_waypoints=true;
params.skip_waypoints = true;
params.coordinates.push_back(get_dummy_location());
engine::api::ResultT result = flatbuffers::FlatBufferBuilder();
+1 -1
View File
@@ -313,7 +313,7 @@ BOOST_AUTO_TEST_CASE(test_route_same_coordinates_no_waypoints)
const auto &legs = route_object.values.at("legs").get<json::Array>().values;
BOOST_CHECK(!legs.empty());
//The rest of legs contents is verified by test_route_same_coordinates
// The rest of legs contents is verified by test_route_same_coordinates
}
}
+1 -1
View File
@@ -4,8 +4,8 @@
#include "coordinates.hpp"
#include "fixture.hpp"
#include <engine/api/flatbuffers/fbresult_generated.h>
#include "osrm/trip_parameters.hpp"
#include <engine/api/flatbuffers/fbresult_generated.h>
#include "osrm/coordinate.hpp"
#include "osrm/engine_config.hpp"