clang-format

This commit is contained in:
Artem Pavlenko 2024-07-29 12:35:31 +01:00
parent 4f6a7a2571
commit a982e69525
2 changed files with 5 additions and 5 deletions

View file

@ -81,6 +81,7 @@ class MAPNIK_DECL projection
std::string description() const;
void init_proj();
std::optional<box2d<double>> area_of_use() const;
private:
void swap(projection& rhs);

View file

@ -210,7 +210,6 @@ TEST_CASE("projection transform")
mapnik::projection prj_geog("epsg:4326");
mapnik::projection prj_proj("epsg:3995");
mapnik::proj_transform prj_trans_fwd(prj_proj, prj_geog);
mapnik::proj_transform prj_trans_rev(prj_geog, prj_proj);