Skip to content

Commit 3e831fe

Browse files
committed
fixed clang format
1 parent acb6b99 commit 3e831fe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,8 +2187,7 @@ struct AntinucleiInJets {
21872187
if (ptPerNucleon < ptOverAbins[0] || ptPerNucleon >= ptOverAbins[nBins]) {
21882188
continue;
21892189
}
2190-
}
2191-
else {
2190+
} else {
21922191
continue;
21932192
}
21942193

@@ -2339,8 +2338,7 @@ struct AntinucleiInJets {
23392338
if (ptPerNucleon < ptOverAbins[0] || ptPerNucleon >= ptOverAbins[nBins]) {
23402339
continue;
23412340
}
2342-
}
2343-
else {
2341+
} else {
23442342
continue;
23452343
}
23462344

@@ -2448,8 +2446,7 @@ struct AntinucleiInJets {
24482446
if (ptPerNucleon < ptOverAbins[0] || ptPerNucleon >= ptOverAbins[nBins]) {
24492447
continue;
24502448
}
2451-
}
2452-
else {
2449+
} else {
24532450
continue;
24542451
}
24552452

0 commit comments

Comments
 (0)