Skip to content

Commit 7ac4a72

Browse files
committed
clang format
1 parent d5186a7 commit 7ac4a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct FlowTask {
201201
TRandom3* fRndm = new TRandom3(0);
202202
int lastRunNumber = -1;
203203
std::vector<int> runNumbers;
204-
std::map<int, std::shared_ptr<TH3>> th3sPerRun; // map of TH3 histograms for all runs
204+
std::map<int, std::shared_ptr<TH3>> th3sPerRun; // map of TH3 histograms for all runs
205205
enum CentEstimators {
206206
kCentFT0C = 0,
207207
kCentFT0CVariant1,

0 commit comments

Comments
 (0)