diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-05 13:46:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-05 13:47:03 +0100 |
commit | 8246dff1f81e40b469e40581597b89d19b4682bd (patch) | |
tree | 04fb81c017c7c110b25407ac72257a7437a12828 | |
parent | 08060f8c88fdc68f1f9d3b4831c50d31454a0ed1 (diff) |
machinectl: remove spurious newline
-rw-r--r-- | src/machine/machinectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 37f6027ada..11f2273e4b 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); |