]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Sep 2024 04:10:04 +0000 (13:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 6 Sep 2024 04:10:04 +0000 (13:10 +0900)
src/nspawn/nspawn.c

index 92077866a26ec1d8f9e2726bbfabd1cd3477be26..86d03399e9667e5658db778dad34a48a4d3a0f2a 100644 (file)
@@ -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");