Skip to content

Commit

Permalink
Formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sheets committed Oct 16, 2024
1 parent de58778 commit f17d94e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/util/selinux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f17d94e

Please sign in to comment.