]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 9 Jan 2023 01:58:10 +0000 (10:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 9 Jan 2023 01:58:10 +0000 (10:58 +0900)
src/boot/bootctl-random-seed.c

index 430bbeb33da4a856027be8b2049b4f0dfb72bddb..e512b9b68c97b3d9d9682b17afdb32481d47c31a 100644 (file)
@@ -39,7 +39,7 @@ static int set_system_token(void) {
         r = getenv_bool("SYSTEMD_WRITE_SYSTEM_TOKEN");
         if (r < 0) {
                 if (r != -ENXIO)
-                         log_warning_errno(r, "Failed to parse $SYSTEMD_WRITE_SYSTEM_TOKEN, ignoring.");
+                        log_warning_errno(r, "Failed to parse $SYSTEMD_WRITE_SYSTEM_TOKEN, ignoring.");
         } else if (r == 0) {
                 log_notice("Not writing system token, because $SYSTEMD_WRITE_SYSTEM_TOKEN is set to false.");
                 return 0;