Skip to content

Commit e993d81

Browse files
committed
Please consider the following formatting changes
1 parent 2780af4 commit e993d81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ namespace testcol
7777
{
7878
// Event properties
7979
DECLARE_SOA_COLUMN(Gi, gi, int64_t);
80-
DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number
80+
DECLARE_SOA_COLUMN(Rn, rn, int32_t); // run number
8181
DECLARE_SOA_COLUMN(Cent, cent, float); // FT0C centrality
82-
DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity
83-
DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS
82+
DECLARE_SOA_COLUMN(Mult, mult, int32_t); // TPC multiplicity
83+
DECLARE_SOA_COLUMN(Occu, occu, int32_t); // Occupancy ITS
8484
DECLARE_SOA_COLUMN(Occuft0, occuft0, float); // Occupancy FT0C amplitudes
8585
DECLARE_SOA_COLUMN(VertexX, vertexX, float);
8686
DECLARE_SOA_COLUMN(VertexY, vertexY, float);

0 commit comments

Comments
 (0)