From da6a1a3294d5edac1473881f478b07cd4a855d32 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 1 Sep 2026 10:44:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- CCDB/include/CCDB/CcdbApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCDB/include/CCDB/CcdbApi.h b/CCDB/include/CCDB/CcdbApi.h index ad5b50af90de7..c0414afc9bebf 100644 --- a/CCDB/include/CCDB/CcdbApi.h +++ b/CCDB/include/CCDB/CcdbApi.h @@ -632,7 +632,7 @@ class CcdbApi //: public DatabaseInterface // tmp helper and single point of entry for a CURL perform call // helps to switch between easy handle perform and multi handles in a single place - int CURL_perform(CurlHandle* handle) const; // returns a CURLcode + int CURL_perform(CurlHandle* handle) const; // returns a CURLcode mutable CCDBDownloader* mDownloader = nullptr; //! the multi-handle (async) CURL downloader bool mIsCCDBDownloaderPreferred = false;