From 9526fb84a78be9454fdc71e01fb7f73a5955f993 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 28 Oct 2019 15:04:51 +0100 Subject: Reformat --- src/iso19111/factory.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/iso19111/factory.cpp') 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, -- cgit v1.2.3