mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 13:26:42 +01: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