sd-bus: minor coding style fix
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Dec 2017 22:26:08 +0000 (23:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Jan 2018 12:55:08 +0000 (13:55 +0100)
src/libsystemd/sd-bus/sd-bus.c

index 5111222..9daa758 100644 (file)
@@ -3253,12 +3253,9 @@ _public_ int sd_bus_default(sd_bus **ret) {
 
         /* No type is specified, so we have not other option than to
          * use the starter address if it is set. */
-
         e = secure_getenv("DBUS_STARTER_ADDRESS");
-        if (e) {
-
+        if (e)
                 return bus_default(sd_bus_open, &default_starter_bus, ret);
-        }
 
         /* Finally, if nothing is set use the cached connection for
          * the right scope */