From 8486c92394d7ff2050608c6f335f000f2942a21a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Dec 2017 16:01:43 +0100 Subject: [PATCH] analyze: fix indentation in one case --- src/analyze/analyze.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index ec2504a..ae635f0 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)); -- 2.7.4