diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-08 11:49:08 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-08 11:49:08 +0200 |
| commit | dca4be189ce91e0f73b1f18f3aaf4708b8d47e77 (patch) | |
| tree | 6f29bb99415e6b1a209ad0c89c90794aa0d0d257 /src/iso19111 | |
| parent | 2eac355c7354547a7b1038fe3ebb661a1c7b302f (diff) | |
| download | PROJ-dca4be189ce91e0f73b1f18f3aaf4708b8d47e77.tar.gz PROJ-dca4be189ce91e0f73b1f18f3aaf4708b8d47e77.zip | |
Code formatting fix [skip ci]
Diffstat (limited to 'src/iso19111')
| -rw-r--r-- | src/iso19111/datum.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/datum.cpp b/src/iso19111/datum.cpp index 6f115908..337b74a8 100644 --- a/src/iso19111/datum.cpp +++ b/src/iso19111/datum.cpp @@ -1381,8 +1381,8 @@ bool GeodeticReferenceFrame::hasEquivalentNameToUsingAlias( "geodetic_datum", std::string()); const char *otherName = other->nameStr().c_str(); for (const auto &aliasResult : aliasesResult) { - if (metadata::Identifier::isEquivalentName(otherName, - aliasResult.c_str())) { + if (metadata::Identifier::isEquivalentName( + otherName, aliasResult.c_str())) { return true; } } |
