Skip to content

Commit 6a8b2f4

Browse files
author
Sabrina Hernandez
committed
fix whitespace and clang format
1 parent 54ea4ad commit 6a8b2f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ struct FlowZdcTask {
338338
const auto cent = collision.centFT0C();
339339
int globalTracks = tracks.size();
340340
if (globalTracks < 1)
341-
return;
341+
return;
342342
// this is the q vector for the TPC data. it is a complex function
343343
double qTpcReal = 0.0; // Initialize qTPC_real
344344
double qTpcIm = 0.0; // init qTPC_imaginary
@@ -513,7 +513,7 @@ struct FlowZdcTask {
513513
}
514514

515515
void processCorrelation(CollisionDataTable::iterator const& collision, FilTrackDataTable const& tracks)
516-
{
516+
{
517517
if (!isEventSelected(collision)) {
518518
return;
519519
}

0 commit comments

Comments
 (0)