Skip to content

Commit 7a6215b

Browse files
committed
Please consider the following formatting changes
1 parent bb73b2e commit 7a6215b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ struct SpectraTOF {
319319
kPosZPassed,
320320
kInelGt0Final,
321321
kInelGt1Final
322-
}
323-
auto h = histos.add<TH1>("evsel", "evsel", HistType::kTH1D, {{20, 0.5, 20.5}});
322+
} auto h = histos.add<TH1>("evsel", "evsel", HistType::kTH1D, {{20, 0.5, 20.5}});
324323
h->GetXaxis()->SetBinLabel(kEventsRead, "Events read");
325324
h->GetXaxis()->SetBinLabel(kInelGt0Frac, "INEL>0 (fraction)");
326325
h->GetXaxis()->SetBinLabel(kInelGt1Frac, "INEL>1 (fraction)");

0 commit comments

Comments
 (0)