Skip to content

Commit 37fb3e5

Browse files
Merge pull request #3 from alibuild/alibot-cleanup-14415
Please consider the following formatting changes to #14415
2 parents 56ee106 + 9ec516c commit 37fb3e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGCF/Femto3D/Tasks/femto3dQA.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,11 @@ struct QAHistograms {
113113
int N = _dcaBinning.value[0]; // number of bins -- must be odd otherwise will be increased by 1
114114

115115
std::unique_ptr<double[]> dca_bins;
116-
116+
117117
if (static_cast<int>(_dcaBinning.value[2]) != 1.0) {
118-
if (N % 2 != 1) { N += 1;}
118+
if (N % 2 != 1) {
119+
N += 1;
120+
}
119121
dca_bins = calc_var_bins(N + 1, _dcaBinning.value[1], static_cast<int>(_dcaBinning.value[2]));
120122
} else {
121123
dca_bins = calc_const_bins(N, -_dcaBinning.value[1], _dcaBinning.value[1]);

0 commit comments

Comments
 (0)