Minor formatting change from "indent".

This commit is contained in:
Andrew Wood
2023-10-01 12:40:22 +01:00
parent a9737ca05e
commit 07f894f66c
+1 -1
View File
@@ -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;