mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
formatting
This commit is contained in:
@ -4122,7 +4122,8 @@ int set_activate(int file_des) {
|
||||
if (arg >= 0) {
|
||||
if (setActivate(arg) == FAIL) {
|
||||
ret = FAIL;
|
||||
sprintf(mess, "Could not %s\n", (arg == 0 ? "deactivate" : "activate"));
|
||||
sprintf(mess, "Could not %s\n",
|
||||
(arg == 0 ? "deactivate" : "activate"));
|
||||
LOG(logERROR, (mess));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user