Skip to content

Commit

Permalink
bus-polkit: put function params to a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
dtardon committed May 26, 2023
1 parent 30a409b commit 63ef492
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/shared/bus-polkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 63ef492

Please sign in to comment.