sd-bus: drop weird empty lines

We should never put empty lines between `if` and `else if`, unless we use
braces.
This commit is contained in:
David Herrmann
2015-09-09 14:57:41 +02:00
parent 5bdb84b393
commit 02736a9abc
-2
View File
@@ -1023,7 +1023,6 @@ static int bus_start_address(sd_bus *b) {
if (b->exec_path)
r = bus_socket_exec(b);
else if ((b->nspid > 0 || b->machine) && b->kernel) {
r = bus_container_connect_kernel(b);
if (r < 0 && !IN_SET(r, -ENOENT, -ESOCKTNOSUPPORT))
@@ -1045,7 +1044,6 @@ static int bus_start_address(sd_bus *b) {
r = bus_socket_connect(b);
else
skipped = true;
} else
skipped = true;