From: Yu Watanabe Date: Wed, 14 May 2025 17:55:50 +0000 (+0900) Subject: validatefs: drop unnecessary empty lines X-Git-Tag: v258-rc1~610^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4db2c9b838ec1bd6bd3af92e4e48b6858c8c44d;p=thirdparty%2Fsystemd.git validatefs: drop unnecessary empty lines --- diff --git a/src/validatefs/validatefs.c b/src/validatefs/validatefs.c index 8140167392f..ea0b159f500 100644 --- a/src/validatefs/validatefs.c +++ b/src/validatefs/validatefs.c @@ -146,7 +146,6 @@ static char* validate_fields_gpt_type_uuid_as_string(const ValidateFields *f) { const char *id = gpt_partition_type_uuid_to_string(*u); if (id) (void) strextend(&joined, " (", id, ")"); - } return TAKE_PTR(joined); @@ -241,7 +240,6 @@ static int validate_mount_point(const char *path, const ValidateFields *f) { } _cleanup_free_ char *joined = strv_join(f->mount_point, ", "); - return log_error_errno( SYNTHETIC_ERRNO(EPERM), "File system is supposed to be mounted on one of %s only, but is mounted on %s, refusing.",