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:
Daniel P. Berrange 2011-04-12 17:34:30 +01:00
parent 67eecd1610
commit 8005048447
1 changed files with 2159 additions and 2159 deletions

File diff suppressed because it is too large Load Diff