Fix clang-format error

This commit is contained in:
Guannan Du 2020-10-20 21:25:32 -07:00
parent eecde8b46c
commit c353991184

View File

@ -154,7 +154,7 @@ boost::optional<struct tm> Timezoner::operator()(const point_t &point) const
{
std::vector<rtree_t::value_type> result;
rtree.query(boost::geometry::index::intersects(point), std::back_inserter(result));
for (const auto& v : result)
for (const auto &v : result)
{
const auto index = v.second;
if (boost::geometry::within(point, local_times[index].first))