Skip to content

Commit 9673f20

Browse files
author
Oleksii Lubynets
committed
apply clang-format
1 parent 627d141 commit 9673f20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGHF/Utils/utilsTrkCandHf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ void setLabelHistoCands(Histo& hCandidates)
4141
hCandidates->GetXaxis()->SetBinLabel(SVFitting::Fail + 1, "Run-time error in secondary vertexing");
4242
}
4343

44-
int countOnesInBinary(uint8_t num) {
44+
int countOnesInBinary(uint8_t num)
45+
{
4546
int count = 0;
4647

4748
// Loop through all bits of the number (8 bits for uint8_t)

0 commit comments

Comments
 (0)