locking: Move error messages onto a single line

Error messages are exempt from the 80 columns rule. Move them
onto one line.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Michal Privoznik 2023-08-25 09:13:15 +02:00
parent e0420aeda5
commit 2fa5c92b09

View File

@ -831,8 +831,7 @@ virLockManagerSanlockRegisterKillscript(int sock,
VIR_FREE(err); VIR_FREE(err);
} else { } else {
virReportSystemError(-rv, "%s", virReportSystemError(-rv, "%s",
_("Failed to register lock failure" _("Failed to register lock failure action"));
" action"));
} }
return -1; return -1;
} }