Skip to content

Commit 7262e64

Browse files
authored
Please consider the following formatting changes (#449)
1 parent b9119fa commit 7262e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/TableProducer/PID/pidTPCModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ class pidTPCModule
545545
// faster counting
546546
for (const auto& track : tracks) {
547547
if (track.hasTPC()) {
548-
if(track.collisionId() > -1){
548+
if (track.collisionId() > -1) {
549549
pidmults[track.collisionId()]++;
550550
}
551551
totalTPCtracks++;

0 commit comments

Comments
 (0)