From 95fc1a46f616b899aa9439f641d700579aefeb79 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 9 Mar 2025 14:32:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- CCDB/src/CCDBDownloader.cxx | 2 +- CCDB/src/CcdbApi.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; } }