mirror of https://gitee.com/openkylin/libvirt.git
Remove all whitespace before function brackets in daemon dispatcher
A lot of code in libvirtd's dispatcher used the style dom = get_nonnull_domain (conn, args->dom); Instead of the normal libvirt style dom = get_nonnull_domain(conn, args->dom); * daemon/remote.c: Remove all whitelist before function brackets
This commit is contained in:
parent
67eecd1610
commit
8005048447
4318
daemon/remote.c
4318
daemon/remote.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue