1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-23 10:50:16 +03:00

udev: drop doubled blank line

This commit is contained in:
Yu Watanabe 2021-01-11 13:29:39 +09:00
parent 90f989861e
commit 59538b6418

View File

@ -716,7 +716,6 @@ static int spawn_wait(Spawn *spawn) {
if (r < 0)
return r;
return sd_event_loop(e);
}