Skip to content

Commit a4c9f6a

Browse files
authored
Please consider the following formatting changes (#459)
1 parent 51311e8 commit a4c9f6a

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
@@ -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)