From: Yu Watanabe Date: Tue, 24 Oct 2023 10:32:04 +0000 (+0900) Subject: dissect: insert missing space X-Git-Tag: v255-rc1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9541abdb977a58a67b4e90b726591ab510fb28c;p=thirdparty%2Fsystemd.git dissect: insert missing space --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index aa81a4b9ba2..0e1b7631130 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -2795,7 +2795,7 @@ static int verity_partition( return log_debug_errno(r, "Failed to activate verity device %s: %m", node); check: - if (!restore_deferred_remove){ + if (!restore_deferred_remove) { /* To avoid races, disable automatic removal on umount while setting up the new device. Restore it on failure. */ r = dm_deferred_remove_cancel(name); /* -EBUSY and -ENXIO: the device has already been removed or being removed. We cannot