style nits

This commit is contained in:
Joris Vink 2024-11-08 19:29:40 +01:00
parent 001096460d
commit c437e15b5c

View File

@ -3163,9 +3163,10 @@ static void
pytimer_run(void *arg, u_int64_t now)
{
PyObject *ret;
struct pytimer *timer = arg;
struct kore_timer *run;
struct pytimer *timer;
timer = arg;
run = timer->run;
timer->run = NULL;