mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
style nits
This commit is contained in:
parent
001096460d
commit
c437e15b5c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user