From: Yu Watanabe Date: Fri, 6 Sep 2024 04:10:04 +0000 (+0900) Subject: nspawn: fix indentation X-Git-Tag: v257-rc1~541^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e40a263415d642c9d958619ccd05ed1fc18da56;p=thirdparty%2Fsystemd.git nspawn: fix indentation --- 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");