tests: remove blank first line in function body

Signed-off-by: Shi Lei <shi_lei@massclouds.com>
This commit is contained in:
Shi Lei 2018-09-13 16:55:23 +08:00 committed by Michal Privoznik
parent c9ed87a610
commit 311a8097f9
2 changed files with 0 additions and 4 deletions

View File

@ -34,7 +34,6 @@ virNetDevSysfsFile(char **pf_sysfs_device_link,
const char *ifname, const char *ifname,
const char *file) const char *file)
{ {
if (virAsprintfQuiet(pf_sysfs_device_link, "%s/%s/%s", if (virAsprintfQuiet(pf_sysfs_device_link, "%s/%s/%s",
NET_DEV_TEST_DATA_PREFIX, ifname, file) < 0) { NET_DEV_TEST_DATA_PREFIX, ifname, file) < 0) {
fprintf(stderr, "Out of memory\n"); fprintf(stderr, "Out of memory\n");

View File

@ -116,7 +116,6 @@ testVshTableRowAppend(const void *opaque ATTRIBUTE_UNUSED)
static int static int
testUnicode(const void *opaque ATTRIBUTE_UNUSED) testUnicode(const void *opaque ATTRIBUTE_UNUSED)
{ {
int ret = 0; int ret = 0;
char *act = NULL; char *act = NULL;
@ -149,7 +148,6 @@ testUnicode(const void *opaque ATTRIBUTE_UNUSED)
static int static int
testUnicodeArabic(const void *opaque ATTRIBUTE_UNUSED) testUnicodeArabic(const void *opaque ATTRIBUTE_UNUSED)
{ {
int ret = 0; int ret = 0;
char *act = NULL; char *act = NULL;
@ -193,7 +191,6 @@ testUnicodeArabic(const void *opaque ATTRIBUTE_UNUSED)
static int static int
testUnicodeZeroWidthChar(const void *opaque ATTRIBUTE_UNUSED) testUnicodeZeroWidthChar(const void *opaque ATTRIBUTE_UNUSED)
{ {
int ret = 0; int ret = 0;
vshTablePtr table = NULL; vshTablePtr table = NULL;
const char *exp = const char *exp =