Skip to content

Commit 5251f15

Browse files
authored
Merge pull request #153 from alibuild/alibot-cleanup-12967
Please consider the following formatting changes to AliceO2Group#12967
2 parents 59b5fc1 + 51cbc48 commit 5251f15

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Common/TableProducer/qVectorsTable.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,15 +281,15 @@ struct qVectorsTable {
281281

282282
if (cfgShiftCorr) {
283283
shiftprofile.clear();
284-
for (std::size_t i = 0; i < cfgnMods->size(); i++) {
284+
for (std::size_t i = 0; i < cfgnMods->size(); i++) {
285285
int ind = cfgnMods->at(i);
286286
fullPath = cfgShiftPath;
287287
fullPath += "/v";
288288
fullPath += std::to_string(ind);
289289
auto objshift = getForTsOrRun<TProfile3D>(fullPath, timestamp, runnumber);
290290
shiftprofile.push_back(objshift);
291291
}
292-
}
292+
}
293293

294294
fullPath = cfgGainEqPath;
295295
fullPath += "/FT0";

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ struct qVectorsCorrection {
254254
}
255255
} // End void init(InitContext const&)
256256

257-
258257
template <typename CollType, typename TrackType>
259258
void fillHistosFlowWithSC(const CollType& coll, const TrackType& track, int nmode)
260259
{

0 commit comments

Comments
 (0)