activation: fix indentation upgrade-to-1.12.16
authorAdrian Szyndela <adrian.s@samsung.com>
Tue, 7 Apr 2020 15:19:58 +0000 (17:19 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 16 Apr 2020 10:33:13 +0000 (12:33 +0200)
bus/activation.c

index 9031e60..ef1aa18 100644 (file)
@@ -2151,7 +2151,7 @@ bus_activation_activate_service (BusActivation  *activation,
                                bus_connection_get_loginfo (connection));
               /* Wonderful, systemd is connected, let's just send the msg */
               retval = bus_dispatch_matches (activation_transaction, NULL,
-                                            systemd, message, NULL, error);
+                                             systemd, message, NULL, error);
               if (BUS_RESULT_LATER == retval)
                 _dbus_verbose("Unexpectedly need time to check message from bus driver to systemd - dropping the message.\n");
             }