diff --git a/src/util/selinux.c b/src/util/selinux.c index 7dcf47d4..1b76e1a3 100644 --- a/src/util/selinux.c +++ b/src/util/selinux.c @@ -347,9 +347,7 @@ static int bus_selinux_log(int type, const char *fmt, ...) { * the SIGHUP is caught in the launcher. So, send a SIGHUP to our parent to * reload all configs. */ -static int -policy_reload_callback (int seqno) -{ +static int policy_reload_callback(int seqno) { pid_t ppid = getppid(); return kill(ppid, SIGHUP); }