From 8246dff1f81e40b469e40581597b89d19b4682bd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 5 Jan 2015 13:46:36 +0100 Subject: [PATCH] machinectl: remove spurious newline --- src/machine/machinectl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 37f6027ad..11f2273e4 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -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); -- 2.30.2