mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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