From 0e40a263415d642c9d958619ccd05ed1fc18da56 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 6 Sep 2024 13:10:04 +0900 Subject: [PATCH] nspawn: fix indentation --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 92077866a26..86d03399e96 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -4067,7 +4067,7 @@ static int outer_child( return r; if (arg_read_only && arg_volatile_mode == VOLATILE_NO && - !has_custom_root_mount(arg_custom_mounts, arg_n_custom_mounts)) { + !has_custom_root_mount(arg_custom_mounts, arg_n_custom_mounts)) { r = bind_remount_recursive(directory, MS_RDONLY, MS_RDONLY, NULL); if (r < 0) return log_error_errno(r, "Failed to make tree read-only: %m"); -- 2.47.3