Skip to content

Commit ee21252

Browse files
Merge pull request #52 from alibuild/alibot-cleanup-12498
[PWGLF] Please consider the following formatting changes to #12498
2 parents 2bbaa36 + 372100f commit ee21252

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ using V0McCandidates = soa::Join<aod::V0CollRefs, aod::V0Cores, aod::V0Extras, a
8383
#define BITSET(var, nbit) ((var) |= (static_cast<uint64_t>(1) << static_cast<uint64_t>(nbit)))
8484
#define BITCHECK(var, nbit) ((var) & (static_cast<uint64_t>(1) << static_cast<uint64_t>(nbit)))
8585

86-
87-
enum CentEstimator {
86+
enum CentEstimator {
8887
kCentFT0C = 0,
8988
kCentFT0M,
9089
kCentFT0CVariant1,

0 commit comments

Comments
 (0)