mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Use K&R style for curly braces in tests/
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2011 Red Hat, Inc.
|
||||
* Copyright (C) 2011, 2014 Red Hat, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
@@ -38,7 +38,8 @@ static void shunloadError(void *userData ATTRIBUTE_UNUSED,
|
||||
|
||||
int shunloadStart(void);
|
||||
|
||||
int shunloadStart(void) {
|
||||
int shunloadStart(void)
|
||||
{
|
||||
virConnectPtr conn;
|
||||
|
||||
virSetErrorFunc(NULL, shunloadError);
|
||||
|
||||
Reference in New Issue
Block a user