diff --git a/src/util/timezones.cpp b/src/util/timezones.cpp index 38cd878cb..264176a68 100644 --- a/src/util/timezones.cpp +++ b/src/util/timezones.cpp @@ -154,7 +154,7 @@ boost::optional Timezoner::operator()(const point_t &point) const { std::vector 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))