Skip to content

Commit 1d52947

Browse files
author
Pei-Ying Kuan
committed
fix clang format
1 parent 9c72371 commit 1d52947

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,9 +1720,8 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
17201720
void bookCorrHistograms(T1 const& lCrBins)
17211721
{
17221722
// (mult)(cent)(NContribMult) offset
1723-
constexpr int BoundOffset = histType == eCorrCent ? eCentABBound :
1724-
histType == eCorrMult ? eMultABBound :
1725-
eNumContribMultBound;
1723+
constexpr int BoundOffset = histType == eCorrCent ? eCentABBound : histType == eCorrMult ? eMultABBound
1724+
: eNumContribMultBound;
17261725

17271726
// (mult)(cent)(NContribMult) book functions:
17281727
if constexpr (histType == eCorrCent || histType == eCorrMult) {

0 commit comments

Comments
 (0)