Skip to content

Commit 2780af4

Browse files
authored
Fix formatting of P column declaration
1 parent 431f51b commit 2780af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/TableProducer/tableDiffWake.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace testtrack
9494
// Track properties
9595
DECLARE_SOA_COLUMN(Colid, colid, int32_t); // Collision ID
9696
DECLARE_SOA_COLUMN(Charge, charge, int16_t);
97-
DECLARE_SOA_COLUMN(P, p, uint64_t );
97+
DECLARE_SOA_COLUMN(P, p, uint64_t);
9898
DECLARE_SOA_COLUMN(Dedx, dedx, uint16_t);
9999
DECLARE_SOA_COLUMN(Dcaxy, dcaxy, int16_t);
100100
DECLARE_SOA_COLUMN(Dcaz, dcaz, int16_t);

0 commit comments

Comments
 (0)