From fe9ab4caee67bf426f9072ef709ca0cb7d0b92c3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 7 Aug 2026 13:31:21 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Femto/Core/dataTypes.h | 4 ++-- PWGCF/Femto/Tasks/femtoCascadeQa.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGCF/Femto/Core/dataTypes.h b/PWGCF/Femto/Core/dataTypes.h index 7e52931db9f..e61a528dd5c 100644 --- a/PWGCF/Femto/Core/dataTypes.h +++ b/PWGCF/Femto/Core/dataTypes.h @@ -64,8 +64,8 @@ using CharmHadronMaskType = uint32_t; using CharmHadronType = uint16_t; // datatypes for event shape enums -using QvecDetectorType= uint8_t; -using QvecHarmonicType= uint8_t; +using QvecDetectorType = uint8_t; +using QvecHarmonicType = uint8_t; } // namespace o2::analysis::femto::datatypes diff --git a/PWGCF/Femto/Tasks/femtoCascadeQa.cxx b/PWGCF/Femto/Tasks/femtoCascadeQa.cxx index ee1a5322217..63daed2c1a5 100644 --- a/PWGCF/Femto/Tasks/femtoCascadeQa.cxx +++ b/PWGCF/Femto/Tasks/femtoCascadeQa.cxx @@ -41,7 +41,7 @@ using namespace o2::analysis::femto; struct FemtoCascadeQa { - using FemtoCollisions = o2::soa::Join; + using FemtoCollisions = o2::soa::Join; using FilteredFemtoCollisions = o2::soa::Filtered; using FilteredFemtoCollision = FilteredFemtoCollisions::iterator;