Remove redundant brackets around return values

A large number of return values used 'return (0)' instead
of simply 'return 0'. Remove all these redundant brackets
so the style is consistent throughout the file

* src/libvirt.c: Remove redundant brackets
This commit is contained in:
Daniel P. Berrange 2011-01-07 17:39:43 +00:00
parent 921b3812e2
commit f10d209585

File diff suppressed because it is too large Load Diff