From: David Tardon Date: Fri, 26 May 2023 13:42:02 +0000 (+0200) Subject: bus-polkit: put function params to a single line X-Git-Tag: v254-rc1~173^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28056%2Fhead;p=thirdparty%2Fsystemd.git bus-polkit: put function params to a single line --- 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);