Skip to content

Commit f10454a

Browse files
authored
Please consider the following formatting changes (#477)
1 parent b138e8a commit f10454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ struct strangenesstofpid {
11731173

11741174
LOGF(info, "Processing derived data. Is this the new TOF info format? %i", isNewTOFFormat);
11751175

1176-
if(!isNewTOFFormat && calculationMethod.value > 0){
1176+
if (!isNewTOFFormat && calculationMethod.value > 0) {
11771177
LOGF(fatal, "Using the old derived data format with the new calculation method is not viable due to lack of needed info! Crashing.");
11781178
}
11791179

0 commit comments

Comments
 (0)