Skip to content

Commit f81c43a

Browse files
authored
Merge pull request #2 from alibuild/alibot-cleanup-15596
[PWGCF] Please consider the following formatting changes to #15596
2 parents 25c0d9d + 5d2a35d commit f81c43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class FemtoUniverseSelection
101101
/// \param cutContainer Bit-wise container for the systematic variations
102102
/// \param counter Position in the bit-wise container for the systematic variations to be modified
103103
template <typename T>
104-
void checkSelectionSetBit(selValDataType observable, T& cutContainer, std::size_t& counter)
104+
void checkSelectionSetBit(selValDataType observable, T& cutContainer, std::size_t& counter)
105105
{
106106
/// If the selection is fulfilled the bit at the specified position (counter) within the bit-wise container is set to 1
107107
if (isSelected(observable)) {

0 commit comments

Comments
 (0)