bootctl: fix indentation

This commit is contained in:
Yu Watanabe 2023-01-09 10:58:10 +09:00
parent da8f9c4661
commit a42909e60c

View 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;