Skip to content

Commit a0ef2a6

Browse files
committed
Please consider the following formatting changes
1 parent ae8a98c commit a0ef2a6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

PWGDQ/Core/AnalysisCut.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ AnalysisCut::~AnalysisCut() = default;
5959
void AnalysisCut::PrintCuts()
6060
{
6161
cout << "**************** AnalysisCut::PrintCuts" << endl;
62-
}
62+
}
63+

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6811,4 +6811,5 @@ AnalysisCompositeCut* o2::aod::dqcuts::ParseJSONAnalysisCompositeCut(T cut, cons
68116811
}
68126812

68136813
return retCut;
6814-
}
6814+
}
6815+

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,4 +2067,5 @@ void o2::aod::dqhistograms::AddHistogramsFromJSON(HistogramManager* hm, const ch
20672067
} // end if (!isTHn)
20682068
}
20692069
}
2070-
}
2070+
}
2071+

PWGDQ/Core/MCSignalLibrary.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,4 +1985,5 @@ bool o2::aod::dqmcsignals::ValidateJSONMCSignal(T sigJSON, const char* sigName)
19851985
}
19861986

19871987
return true;
1988-
}
1988+
}
1989+

0 commit comments

Comments
 (0)