chiark / gitweb /
dbus: connect to bus as soon as the special dbus service is around
[elogind.git] / service.c
index caef844056a904ce4334122e17208751bf9a68b6..fda553d22580d12235529a252b13eb9b57027c4e 100644 (file)
--- a/service.c
+++ b/service.c
@@ -732,7 +732,6 @@ static void service_dump(Unit *u, FILE *f, const char *prefix) {
                         "%sPIDFile: %s\n",
                         prefix, s->pid_file);
 
-
         exec_context_dump(&s->exec_context, f, prefix);
 
         for (c = 0; c < _SERVICE_EXEC_MAX; c++) {