diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-28 15:04:51 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-28 15:04:51 +0100 |
| commit | 9526fb84a78be9454fdc71e01fb7f73a5955f993 (patch) | |
| tree | 83cdabafb3f980f51b5ff9e01685b2d5402a33af /src | |
| parent | d9b9afe2b9921b0b3624095b60cca7d630cae67a (diff) | |
| download | PROJ-9526fb84a78be9454fdc71e01fb7f73a5955f993.tar.gz PROJ-9526fb84a78be9454fdc71e01fb7f73a5955f993.zip | |
Reformat
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/factory.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index e0a1b084..993b4eeb 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -4379,9 +4379,8 @@ AuthorityFactory::createObjectsFromName( const auto &listOfRow = pair.second; for (const auto &row : listOfRow) { const auto &name = row[3]; - bool match = - ci_find(name, searchedNameWithoutDeprecated) != - std::string::npos; + bool match = ci_find(name, searchedNameWithoutDeprecated) != + std::string::npos; if (!match) { const auto &canonicalizedName(pair.first); match = ci_find(canonicalizedName, |
