aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/factory.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-16 13:31:09 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-16 13:31:09 +0100
commita9886a5e4a64610aa605e98afeb467d1c44ed925 (patch)
tree8cf639ef154dd6f14e1a0a8b94b250e9ba62a98f /src/iso19111/factory.cpp
parentc0601332bce61326fee68cc76cbf1cae67ec1f03 (diff)
downloadPROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.tar.gz
PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.zip
Run scripts/reformat_cpp.sh
Diffstat (limited to 'src/iso19111/factory.cpp')
-rw-r--r--src/iso19111/factory.cpp18
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
// ---------------------------------------------------------------------------