Skip to content

Commit 590cbb9

Browse files
committed
clang format
1 parent b4a3668 commit 590cbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/MixingHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class MixingHandler : public TNamed
201201
std::vector<std::vector<float>> fVariableLimits;
202202
std::map<int, int> fVariables; // key: variable, value: position in the internal variable list of the handler (used to map the variables to the values passed to FindEventCategory)
203203

204-
int16_t fPoolDepth; // number of events to be kept in each pool
204+
int16_t fPoolDepth; // number of events to be kept in each pool
205205
std::map<int, MixingPool> fPools; // key: category, value: pool of events corresponding to that category
206206
};
207207

0 commit comments

Comments
 (0)