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/coordinateoperation.cpp | |
| parent | c0601332bce61326fee68cc76cbf1cae67ec1f03 (diff) | |
| download | PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.tar.gz PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.zip | |
Run scripts/reformat_cpp.sh
Diffstat (limited to 'src/iso19111/coordinateoperation.cpp')
| -rw-r--r-- | src/iso19111/coordinateoperation.cpp | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index 0eef9954..575eae39 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -552,16 +552,9 @@ struct CoordinateOperation::Private { // --------------------------------------------------------------------------- -GridDescription::GridDescription(): - shortName{}, - fullName{}, - packageName{}, - url{}, - directDownload(false), - openLicense(false), - available(false) -{} - +GridDescription::GridDescription() + : shortName{}, fullName{}, packageName{}, url{}, directDownload(false), + openLicense(false), available(false) {} GridDescription::~GridDescription() = default; @@ -10811,7 +10804,7 @@ struct MyPROJStringExportableHorizVerticalHorizPROJBased final MyPROJStringExportableHorizVerticalHorizPROJBased:: ~MyPROJStringExportableHorizVerticalHorizPROJBased() = default; -} +} // namespace operation NS_PROJ_END #if 0 |
