mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
bootctl: add missing newline
This commit is contained in:
parent
9525d75281
commit
c11ae0bace
@ -294,6 +294,8 @@ static int status_binaries(const char *esp_path, sd_id128_t partition) {
|
||||
else if (r < 0)
|
||||
return r;
|
||||
|
||||
printf("\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user