From 07f894f66cc9d1a7105894148b0eb0ebabd75439 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 1 Oct 2023 12:40:22 +0100 Subject: [PATCH] Minor formatting change from "indent". --- src/pv/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/signal.c b/src/pv/signal.c index 8caa288..fc57e08 100644 --- a/src/pv/signal.c +++ b/src/pv/signal.c @@ -228,7 +228,7 @@ static void pv_sig_usr2( /*@unused@ */ __attribute__((unused)) * Return true if a SIGUSR2 signal has been received since the last time * this function was called, populating *pid with the sending PID if so. */ -bool pv_sigusr2_received(pvstate_t state, pid_t *pid) +bool pv_sigusr2_received(pvstate_t state, pid_t * pid) { if (NULL == state) return false;