Skip to content

Commit fa4f52e

Browse files
pre-commit-ci[bot]AlvaroEzq
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 592c6ea commit fa4f52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TRestRawMultiFEMINOSToSignalProcess.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ TRestEvent* TRestRawMultiFEMINOSToSignalProcess::ProcessEvent(TRestEvent* inputE
363363
if (!endOfEvent) {
364364
if (fread(&(cur_fr[fr_offset]), sizeof(unsigned short), nb_sh, fInputBinFile) != nb_sh) {
365365
printf("Error: could not read %d bytes.\n", (nb_sh * 2));
366-
return nullptr; // exit(1);
366+
return nullptr; // exit(1);
367367
}
368368
totalBytesReaded += sizeof(unsigned short) * nb_sh;
369369

0 commit comments

Comments
 (0)