From a5be96f3509411be97543f6a3ebdae08fcf24cba Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 2 Jul 2025 16:07:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- EventFiltering/PWGHF/HFFilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventFiltering/PWGHF/HFFilter.cxx b/EventFiltering/PWGHF/HFFilter.cxx index 88edd8f1622..aca48aa2ab3 100644 --- a/EventFiltering/PWGHF/HFFilter.cxx +++ b/EventFiltering/PWGHF/HFFilter.cxx @@ -274,7 +274,7 @@ struct HfFilter { // Main struct for HF triggers auto ptBins = option.defaultValue.get(); double lastEl{-1.e6}; int iPt{0}; - while (ptBins[iPt] > lastEl) { + while (ptBins[iPt] > lastEl) { ptBinsDsSkimCreator.push_back(ptBins[iPt]); iPt++; lastEl = ptBins[iPt];