Skip to content

Commit 496aca3

Browse files
committed
Please consider the following formatting changes
1 parent 039a334 commit 496aca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ struct HfTaskD0 {
860860
int const nAxesOccIR = storeOccupancyAndIR ? 2 : 0; // occupancy and IR if storeOccupancyAndIR
861861
int const nAxesZdcEnergy = storeZdcEnergy ? 2 : 0; // ZDC energy if storeZdcEnergy
862862
int const nAxesZdcTime = storeZdcTime ? 2 : 0; // ZDC time if storeZdctime
863-
int const nAxesEtaProngs = storeEtaProngs ? 2 : 0; // Eta distributions of prong
863+
int const nAxesEtaProngs = storeEtaProngs ? 2 : 0; // Eta distributions of prong
864864
int const nAxesTotal = NAxesBase + NAxesMl + nAxesCent + nAxesOccIR + nAxesZdcEnergy + nAxesZdcTime + nAxesEtaProngs;
865865

866866
std::vector<double> valuesToFill;

0 commit comments

Comments
 (0)