]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
validatefs: drop unnecessary empty lines
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 May 2025 17:55:50 +0000 (02:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 May 2025 17:57:57 +0000 (02:57 +0900)
src/validatefs/validatefs.c

index 8140167392f0f6121a063fbf0068a0433a27271a..ea0b159f500c8387387db490b68e9b6780c2d6cf 100644 (file)
@@ -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.",