From 688b4adb37c2303bde0a31718fc8a8b1fe85ab43 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 1 Mar 2019 21:42:40 +0100 Subject: Reformat to avoid error on PDF generation (fixes #1304) --- include/proj/coordinateoperation.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/proj/coordinateoperation.hpp') diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp index ce8021a0..0ff27203 100644 --- a/include/proj/coordinateoperation.hpp +++ b/include/proj/coordinateoperation.hpp @@ -69,8 +69,8 @@ struct GridDescription { std::string url{}; /**< Grid URL (if packageName is empty), or package URL (or empty) */ bool directDownload = false; /**< Whether url can be fetched directly. */ - bool openLicense = - false; /**< Whether the grid is released with an open license. */ + /** Whether the grid is released with an open license. */ + bool openLicense = false; bool available = false; /**< Whether GRID is available. */ //! @cond Doxygen_Suppress -- cgit v1.2.3