formatting

This commit is contained in:
2024-10-01 14:44:59 +02:00
parent fd010b9aa5
commit e59de85a33
8 changed files with 13 additions and 15 deletions

View File

@ -11205,8 +11205,7 @@ int set_collection_mode(int file_des) {
}
enum collectionMode retval =
getElectronCollectionMode() ? ELECTRON : HOLE;
validate(&ret, mess, (int)arg, (int)retval, "set collection mode",
DEC);
validate(&ret, mess, (int)arg, (int)retval, "set collection mode", DEC);
LOG(logDEBUG1, ("collection mode retval: %u\n", retval));
}
#endif