Skip to content

Commit 5c7396c

Browse files
committed
Please consider the following formatting changes
1 parent 51311e8 commit 5c7396c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/PID/pidTPCModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class pidTPCModule
364364
}
365365
}
366366

367-
if(pidTPCopts.useCorrecteddEdx.value && networkVersion != "5"){
367+
if (pidTPCopts.useCorrecteddEdx.value && networkVersion != "5") {
368368
LOGF(fatal, "Using corrected dE/dx with a network version other than 5 will not work. Crashing now.");
369369
}
370370
} // end init

0 commit comments

Comments
 (0)