1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00

core: drop spurious newline

This commit is contained in:
Lennart Poettering 2016-07-27 15:12:42 +02:00
parent a6b5216c7c
commit 43992e57e0

View File

@ -553,7 +553,6 @@ static int manager_default_environment(Manager *m) {
return 0;
}
int manager_new(UnitFileScope scope, bool test_run, Manager **_m) {
Manager *m;
int r;