mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
access/: Remove spaces after casts
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
0b86e23d25
commit
76f253d866
@ -135,7 +135,7 @@ virAccessDriverPolkitCheck(virAccessManagerPtr manager ATTRIBUTE_UNUSED,
|
||||
goto cleanup;
|
||||
|
||||
VIR_DEBUG("Check action '%s' for process '%lld' time %lld uid %d",
|
||||
actionid, (long long) pid, startTime, uid);
|
||||
actionid, (long long)pid, startTime, uid);
|
||||
|
||||
rv = virPolkitCheckAuth(actionid,
|
||||
pid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user