repart: remove spurious empty double newlines

This commit is contained in:
Lennart Poettering
2021-03-20 22:13:54 +01:00
committed by Luca Boccassi
parent 86b8610794
commit f19384b43f

View File

@@ -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();
}