1
0
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:
Yu Watanabe 2018-01-03 02:28:17 +09:00
parent c0d64e0e3d
commit fffbc1dc7f

View File

@ -691,7 +691,7 @@ int bus_cgroup_set_property(
free(a); free(a);
return -ENOMEM; return -ENOMEM;
} }
LIST_PREPEND(device_weights,c->io_device_weights, a); LIST_PREPEND(device_weights, c->io_device_weights, a);
} }
a->weight = weight; a->weight = weight;
@ -918,7 +918,7 @@ int bus_cgroup_set_property(
free(a); free(a);
return -ENOMEM; return -ENOMEM;
} }
LIST_PREPEND(device_weights,c->blockio_device_weights, a); LIST_PREPEND(device_weights, c->blockio_device_weights, a);
} }
a->weight = weight; a->weight = weight;