diff --git a/search/intermediate_result.cpp b/search/intermediate_result.cpp index ee17c0f349..aef8e896b0 100644 --- a/search/intermediate_result.cpp +++ b/search/intermediate_result.cpp @@ -18,7 +18,6 @@ #include "3party/opening_hours/opening_hours.hpp" - namespace search { @@ -194,8 +193,8 @@ Result PreResult2::GenerateFinalResult(storage::CountryInfoGetter const & infoGe } Result PreResult2::GeneratePointResult(storage::CountryInfoGetter const & infoGetter, - CategoriesHolder const * pCat, - set const * pTypes, int8_t locale) const + CategoriesHolder const * pCat, + set const * pTypes, int8_t locale) const { uint32_t const type = GetBestType(pTypes); return Result(m_id, GetCenter(), m_str, GetRegionName(infoGetter, type),