aboutsummaryrefslogtreecommitdiff
path: root/include/proj/coordinateoperation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
-rw-r--r--include/proj/coordinateoperation.hpp6
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. */