aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-05-12 15:11:00 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-05-12 15:11:00 +0200
commita962fdc54a427585dff4b04091b13e3db07da9ff (patch)
tree37f2ae23f29c9e80d8c663dd1521a23e51049f22 /src
parenta78f0834d9d999e1026e01be1fc18f16132537e1 (diff)
downloadPROJ-a962fdc54a427585dff4b04091b13e3db07da9ff.tar.gz
PROJ-a962fdc54a427585dff4b04091b13e3db07da9ff.zip
Formatting fixes
Diffstat (limited to 'src')
-rw-r--r--src/iso19111/factory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp
index f9ab0a6b..7681a2ec 100644
--- a/src/iso19111/factory.cpp
+++ b/src/iso19111/factory.cpp
@@ -5853,9 +5853,9 @@ AuthorityFactory::getGeoidModels(const std::string &code) const {
* The list is ordered with preferred operations first. No attempt is made
* at inferring operations that are not explicitly in the database (see
* createFromCRSCodesWithIntermediates() for that), and only
- * source -> target operations are searched (i.e. if target -> source is present,
- * you need to call this method with the arguments reversed, and apply the
- * reverse transformations).
+ * source -> target operations are searched (i.e. if target -> source is
+ * present, you need to call this method with the arguments reversed, and apply
+ * the reverse transformations).
*
* Deprecated operations are rejected.
*