Skip to content

Commit bc9a2cc

Browse files
committed
Fix clang format2
1 parent f12512a commit bc9a2cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ struct Phik0shortanalysis {
10291029
}
10301030
}
10311031

1032-
if (fillMethodMultipleWeights){
1032+
if (fillMethodMultipleWeights) {
10331033
for (unsigned int i = 0; i < counts.size(); i++) {
10341034
weights.at(i) = (counts.at(i) > 0 ? 1. / static_cast<float>(counts.at(i)) : 0);
10351035
}
@@ -1118,7 +1118,7 @@ struct Phik0shortanalysis {
11181118
}
11191119
}
11201120

1121-
if (fillMethodMultipleWeights){
1121+
if (fillMethodMultipleWeights) {
11221122
for (unsigned int i = 0; i < counts.size(); i++) {
11231123
weights.at(i) = (counts.at(i) > 0 ? 1. / static_cast<float>(counts.at(i)) : 0);
11241124
}
@@ -1718,7 +1718,7 @@ struct Phik0shortanalysis {
17181718
}
17191719
}
17201720

1721-
if (fillMethodMultipleWeights){
1721+
if (fillMethodMultipleWeights) {
17221722
for (unsigned int i = 0; i < counts.size(); i++) {
17231723
weights.at(i) = (counts.at(i) > 0 ? 1. / static_cast<float>(counts.at(i)) : 0);
17241724
}
@@ -1842,7 +1842,7 @@ struct Phik0shortanalysis {
18421842
}
18431843
}
18441844

1845-
if (fillMethodMultipleWeights){
1845+
if (fillMethodMultipleWeights) {
18461846
for (unsigned int i = 0; i < counts.size(); i++) {
18471847
weights.at(i) = (counts.at(i) > 0 ? 1. / static_cast<float>(counts.at(i)) : 0);
18481848
}

0 commit comments

Comments
 (0)