diff --git a/CCDB/src/CCDBDownloader.cxx b/CCDB/src/CCDBDownloader.cxx index ab5acd629ea5f..2f033a50b36e7 100644 --- a/CCDB/src/CCDBDownloader.cxx +++ b/CCDB/src/CCDBDownloader.cxx @@ -688,7 +688,7 @@ void CCDBDownloader::updateLocations(std::multimap* he } } } - + // Insert location list at the current location index. This assures that the provided locations will be tried first. locations->insert(locations->begin() + (*locIndex), newLocations.begin(), newLocations.end()); } diff --git a/CCDB/src/CcdbApi.cxx b/CCDB/src/CcdbApi.cxx index 9e856a4fee85b..2906438211c65 100644 --- a/CCDB/src/CcdbApi.cxx +++ b/CCDB/src/CcdbApi.cxx @@ -672,7 +672,7 @@ size_t header_map_callback(char* buffer, size_t size, size_t nitems, void* userd if (key == "ETag") { auto cl = headers->find("ETag"); if (cl != headers->end()) { - insert = false; + insert = false; } } @@ -680,7 +680,7 @@ size_t header_map_callback(char* buffer, size_t size, size_t nitems, void* userd if (key == "Content-Type") { auto cl = headers->find("Content-Type"); if (cl != headers->end()) { - insert = false; + insert = false; } }