Fix formating
This commit is contained in:
committed by
Patrick Niklaus
parent
71cfb03738
commit
b4cfc8d6e0
@@ -3,8 +3,8 @@
|
||||
|
||||
#include "util/bearing.hpp"
|
||||
#include "util/coordinate_calculation.hpp"
|
||||
#include "util/web_mercator.hpp"
|
||||
#include "util/debug.hpp"
|
||||
#include "util/web_mercator.hpp"
|
||||
|
||||
#include <osrm/coordinate.hpp>
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ BOOST_AUTO_TEST_SUITE(opening_hours)
|
||||
|
||||
// Some tests from https://www.netzwolf.info/en/cartography/osm/time_domain/explanation
|
||||
|
||||
using osrm::util::ParseOpeningHours;
|
||||
using osrm::util::CheckOpeningHours;
|
||||
using osrm::util::ParseOpeningHours;
|
||||
|
||||
// convert a string representation of time to a tm structure
|
||||
struct tm time(const char *str)
|
||||
|
||||
Reference in New Issue
Block a user