Use K&R style for curly braces in tests/

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander
2014-03-18 09:13:43 +01:00
parent 0099a4ae2b
commit f19b3a5f0c
10 changed files with 84 additions and 43 deletions

View File

@@ -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);