mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
bus-polkit: put function params to a single line
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user