Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Oct 10, 2023
1 parent b4ea8d0 commit 4882960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PWGDQ/TableProducer/tableMakerJpsiHf.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ struct tableMakerJpsiHf {
HistogramManager* fHistMan{};
OutputObj<THashList> fOutputList{"output"};

void init(o2::framework::InitContext& context) {
void init(o2::framework::InitContext& context)
{
fValuesDileptonCharmHadron = new float[VarManager::kNVars];
VarManager::SetDefaultVarNames();
fHistMan = new HistogramManager("analysisHistos", "aa", VarManager::kNVars);
Expand Down

0 comments on commit 4882960

Please sign in to comment.