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 /include/proj/coordinateoperation.hpp | |
| parent | c0601332bce61326fee68cc76cbf1cae67ec1f03 (diff) | |
| download | PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.tar.gz PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.zip | |
Run scripts/reformat_cpp.sh
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
| -rw-r--r-- | include/proj/coordinateoperation.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp index 3111a2a3..af1c293f 100644 --- a/include/proj/coordinateoperation.hpp +++ b/include/proj/coordinateoperation.hpp @@ -66,9 +66,9 @@ struct GridDescription { std::string shortName; /**< Grid short filename */ std::string fullName; /**< Grid full path name (if found) */ std::string packageName; /**< Package name (or empty) */ - std::string url; /**< Grid URL (if packageName is empty), or package - URL (or empty) */ - bool directDownload; /**< Whether url can be fetched directly. */ + std::string url; /**< Grid URL (if packageName is empty), or package + URL (or empty) */ + bool directDownload; /**< Whether url can be fetched directly. */ /** Whether the grid is released with an open license. */ bool openLicense; bool available; /**< Whether GRID is available. */ |
