From 86d3e8b1b6477a92e833d307eed4f5bab7d3add3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 16 May 2026 15:14:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Tasks/centralityStudypp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Tasks/centralityStudypp.cxx b/Common/Tasks/centralityStudypp.cxx index 8d243a01875..20aa28e585a 100644 --- a/Common/Tasks/centralityStudypp.cxx +++ b/Common/Tasks/centralityStudypp.cxx @@ -223,12 +223,12 @@ struct centralityStudypp { // won't capture null pointers -> explicitly check for those when attempting to evaluate auto reportSuccess = [](TH1* a, std::string name) { - if(!a){ + if (!a) { LOGF(info, "Calibration missing for %s", name); - }else{ + } else { LOGF(info, "Calibration loaded for %s", name); } - }; + }; reportSuccess(hCentralityFV0A, "FV0A"); reportSuccess(hCentralityFT0A, "FT0A");