提交 311a8097 编写于 作者: S Shi Lei 提交者: Michal Privoznik

tests: remove blank first line in function body

Signed-off-by: NShi Lei <shi_lei@massclouds.com>
上级 c9ed87a6
...@@ -34,7 +34,6 @@ virNetDevSysfsFile(char **pf_sysfs_device_link, ...@@ -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");
......
...@@ -116,7 +116,6 @@ testVshTableRowAppend(const void *opaque ATTRIBUTE_UNUSED) ...@@ -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) ...@@ -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) ...@@ -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 =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册