]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bus-polkit: put function params to a single line 28056/head
authorDavid Tardon <dtardon@redhat.com>
Fri, 26 May 2023 13:42:02 +0000 (15:42 +0200)
committerDavid Tardon <dtardon@redhat.com>
Mon, 19 Jun 2023 10:36:40 +0000 (12:36 +0200)
src/shared/bus-polkit.c

index 08a84df2697b2b3d0fa04d07f138e54a13a82ac3..e3e327198cbc129fe270a7b0bc7b3e0a7c2f7bd2 100644 (file)
@@ -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);