We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431f51b commit 2780af4Copy full SHA for 2780af4
1 file changed
PWGJE/TableProducer/tableDiffWake.cxx
@@ -94,7 +94,7 @@ namespace testtrack
94
// Track properties
95
DECLARE_SOA_COLUMN(Colid, colid, int32_t); // Collision ID
96
DECLARE_SOA_COLUMN(Charge, charge, int16_t);
97
-DECLARE_SOA_COLUMN(P, p, uint64_t );
+DECLARE_SOA_COLUMN(P, p, uint64_t);
98
DECLARE_SOA_COLUMN(Dedx, dedx, uint16_t);
99
DECLARE_SOA_COLUMN(Dcaxy, dcaxy, int16_t);
100
DECLARE_SOA_COLUMN(Dcaz, dcaz, int16_t);
0 commit comments