Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahk committed Mar 10, 2020
1 parent 2bf701b commit 6759618
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mbgl/layout/circle_layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ class CircleLayout : public Layout {
bool hasDependencies() const override { return hasPattern; }

virtual void createBucket(const ImagePositions&,
std::unique_ptr<FeatureIndex>& featureIndex,
std::unordered_map<std::string, LayerRenderData>& renderData,
const bool,
const bool,
const CanonicalTileID& canonical) override {
std::unique_ptr<FeatureIndex>& featureIndex,
std::unordered_map<std::string, LayerRenderData>& renderData,
const bool,
const bool,
const CanonicalTileID& canonical) override {
auto bucket = std::make_shared<CircleBucket>(layerPropertiesMap, mode, zoom);

for (auto& circleFeature : features) {
Expand Down

0 comments on commit 6759618

Please sign in to comment.