diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-16 13:31:09 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-16 13:31:09 +0100 |
| commit | a9886a5e4a64610aa605e98afeb467d1c44ed925 (patch) | |
| tree | 8cf639ef154dd6f14e1a0a8b94b250e9ba62a98f /src/iso19111/factory.cpp | |
| parent | c0601332bce61326fee68cc76cbf1cae67ec1f03 (diff) | |
| download | PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.tar.gz PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.zip | |
Run scripts/reformat_cpp.sh
Diffstat (limited to 'src/iso19111/factory.cpp')
| -rw-r--r-- | src/iso19111/factory.cpp | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index d1fd4d0b..3530f5d8 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -1360,20 +1360,10 @@ const DatabaseContextNNPtr &AuthorityFactory::databaseContext() const { // --------------------------------------------------------------------------- //! @cond Doxygen_Suppress -AuthorityFactory::CRSInfo::CRSInfo(): - authName{}, - code{}, - name{}, - type{ObjectType::CRS}, - deprecated{}, - bbox_valid{}, - west_lon_degree{}, - south_lat_degree{}, - east_lon_degree{}, - north_lat_degree{}, - areaName{}, - projectionMethodName{} -{} +AuthorityFactory::CRSInfo::CRSInfo() + : authName{}, code{}, name{}, type{ObjectType::CRS}, deprecated{}, + bbox_valid{}, west_lon_degree{}, south_lat_degree{}, east_lon_degree{}, + north_lat_degree{}, areaName{}, projectionMethodName{} {} //! @endcond // --------------------------------------------------------------------------- |
