From f19384b43f52f1c70a3065b9f8029ade4e8bb922 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 20 Mar 2021 22:13:54 +0100 Subject: [PATCH] repart: remove spurious empty double newlines --- src/partition/repart.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index 7b6201efa83..f6d337ee2bf 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -2994,8 +2994,6 @@ static int partition_acquire_label(Context *context, Partition *p, char **ret) { break; label = mfree(label); - - if (asprintf(&label, "%s-%u", prefix, ++k) < 0) return log_oom(); } -- 2.47.3