mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
formatting
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user