From: Lennart Poettering Date: Tue, 26 Dec 2017 15:01:43 +0000 (+0100) Subject: analyze: fix indentation in one case X-Git-Tag: v237~169^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8486c92394d7ff2050608c6f335f000f2942a21a;p=thirdparty%2Fsystemd.git analyze: fix indentation in one case --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index ec2504a1c03..ae635f0368d 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1276,13 +1276,13 @@ static int dump(int argc, char *argv[], void *userdata) { r = sd_bus_call_method( bus, - "org.freedesktop.systemd1", - "/org/freedesktop/systemd1", - "org.freedesktop.systemd1.Manager", - "Dump", - &error, - &reply, - ""); + "org.freedesktop.systemd1", + "/org/freedesktop/systemd1", + "org.freedesktop.systemd1.Manager", + "Dump", + &error, + &reply, + NULL); if (r < 0) return log_error_errno(r, "Failed issue method call: %s", bus_error_message(&error, r));