mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Use K&R style for curly braces in remaining files
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -560,7 +560,8 @@
|
||||
<pre>
|
||||
int runhook(const char *drvstr, const char *id,
|
||||
const char *opstr, const char *subopstr,
|
||||
const char *extra) {
|
||||
const char *extra)
|
||||
{
|
||||
int ret;
|
||||
char *path;
|
||||
virCommandPtr cmd;
|
||||
|
||||
Reference in New Issue
Block a user