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
Showing
此差异已折叠。
想要评论请 注册 或 登录