From 3a3d4d3bd8169fb84fd63ca3a920e2a841b433cb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 26 May 2023 15:42:02 +0200 Subject: [PATCH] bus-polkit: put function params to a single line --- src/shared/bus-polkit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/shared/bus-polkit.c b/src/shared/bus-polkit.c index 08a84df2697..e3e327198cb 100644 --- a/src/shared/bus-polkit.c +++ b/src/shared/bus-polkit.c @@ -32,10 +32,7 @@ static int check_good_user(sd_bus_message *m, uid_t good_user) { } #if ENABLE_POLKIT -static int bus_message_append_strv_key_value( - sd_bus_message *m, - const char **l) { - +static int bus_message_append_strv_key_value(sd_bus_message *m, const char **l) { int r; assert(m); -- 2.47.3