mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
repart: remove spurious empty double newlines
This commit is contained in:
committed by
Luca Boccassi
parent
86b8610794
commit
f19384b43f
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user