formatting

This commit is contained in:
2022-12-08 09:00:23 +01:00
parent 4ff0ef47eb
commit 9154478702
9 changed files with 63 additions and 56 deletions

View File

@ -226,7 +226,8 @@ int getModuleIdInFile(int *ret, char *mess, char *fileName) {
if (fd == NULL) {
#ifdef JUNGFRAUD
*ret = OK;
LOG(logWARNING, ("Could not find detid_jungfrau.txt to set module id\n"));
LOG(logWARNING,
("Could not find detid_jungfrau.txt to set module id\n"));
return 0;
#else
*ret = FAIL;