clang-format
This commit is contained in:
parent
4f6a7a2571
commit
a982e69525
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue