From fafbca9f7ec2d004024547dda3df32becc46cf56 Mon Sep 17 00:00:00 2001 From: Adrian Szyndela Date: Tue, 7 Apr 2020 17:19:58 +0200 Subject: [PATCH] activation: fix indentation --- bus/activation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/activation.c b/bus/activation.c index 9031e60..ef1aa18 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -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"); } -- 2.7.4