Skip to content

Commit cb48fb6

Browse files
author
Niveditha Ramasubramanian
committed
whitespace
1 parent ced6e4d commit cb48fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGUD/Tasks/upcPolarisationJPsiIncorr.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ struct upcPolarisationJPsiIncorr {
239239
for (unsigned int i = 0; i < ampsV0A.size(); ++i) {
240240
if (std::abs(ampsRelBCsV0A[i]) <= 1) {
241241
if (ampsV0A[i] > kMaxAmpV0A)
242-
return;
242+
return;
243243
}
244244
}
245+
245246
// MCH-MID match selection
246247
int nMIDs = 0;
247248
if (tr1.chi2MatchMCHMID() > 0)

0 commit comments

Comments
 (0)