Skip to content

Commit 193e111

Browse files
committed
Please consider the following formatting changes
1 parent ad32fca commit 193e111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Common/kinkBuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ struct kinkBuilder {
402402
hSelMotherQA->Fill(4.f, isPositive);
403403

404404
h2ItsClsMothBeforeSel->Fill(candidate.itsNCls(), candidate.itsNClsInnerBarrel());
405-
if (candidate.itsNCls() >= nItsTotalLayers-1)
405+
if (candidate.itsNCls() >= nItsTotalLayers - 1)
406406
return false;
407407
hSelMotherQA->Fill(5.f, isPositive);
408408

0 commit comments

Comments
 (0)