mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
dbus-cgroup: add missing space
This commit is contained in:
parent
c0d64e0e3d
commit
fffbc1dc7f
@ -691,7 +691,7 @@ int bus_cgroup_set_property(
|
||||
free(a);
|
||||
return -ENOMEM;
|
||||
}
|
||||
LIST_PREPEND(device_weights,c->io_device_weights, a);
|
||||
LIST_PREPEND(device_weights, c->io_device_weights, a);
|
||||
}
|
||||
|
||||
a->weight = weight;
|
||||
@ -918,7 +918,7 @@ int bus_cgroup_set_property(
|
||||
free(a);
|
||||
return -ENOMEM;
|
||||
}
|
||||
LIST_PREPEND(device_weights,c->blockio_device_weights, a);
|
||||
LIST_PREPEND(device_weights, c->blockio_device_weights, a);
|
||||
}
|
||||
|
||||
a->weight = weight;
|
||||
|
Loading…
Reference in New Issue
Block a user