Fix formating

This commit is contained in:
Patrick Niklaus
2018-02-05 11:40:18 +00:00
committed by Patrick Niklaus
parent 71cfb03738
commit b4cfc8d6e0
22 changed files with 47 additions and 54 deletions
-2
View File
@@ -94,7 +94,6 @@ inline std::ostream &operator<<(std::ostream &out, const IntersectionViewData &v
}
}
namespace TurnLaneType
{
inline std::ostream &operator<<(std::ostream &out, const Mask lane_type)
@@ -185,7 +184,6 @@ inline std::ostream &operator<<(std::ostream &out, const LaneDataVector &turn_la
return out;
}
}
}
}
+1 -1
View File
@@ -1,8 +1,8 @@
#ifndef OSRM_UTIL_RECTANGLE_HPP
#define OSRM_UTIL_RECTANGLE_HPP
#include "util/coordinate_calculation.hpp"
#include "util/coordinate.hpp"
#include "util/coordinate_calculation.hpp"
#include <boost/assert.hpp>
-1
View File
@@ -28,5 +28,4 @@ inline std::string toOSMLink(const util::Coordinate &c)
}
}
#endif