machinectl: remove spurious newline

This commit is contained in:
Lennart Poettering 2015-01-05 13:46:36 +01:00
parent 08060f8c88
commit 8246dff1f8

View file

@ -250,7 +250,6 @@ static int list_images(int argc, char *argv[], void *userdata) {
(int) max_mtime, strna(format_timestamp(mtime_buf, sizeof(mtime_buf), images[j].mtime)));
}
if (arg_legend)
printf("\n%zu images listed.\n", n_images);