]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: insert missing space
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Oct 2023 10:32:04 +0000 (19:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Oct 2023 03:16:12 +0000 (12:16 +0900)
src/shared/dissect-image.c

index aa81a4b9ba21b61d15ff777b55569284d50d62a1..0e1b76311300c41f30d825ecd63b0579e7ed417b 100644 (file)
@@ -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