mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -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)
|
pytimer_run(void *arg, u_int64_t now)
|
||||||
{
|
{
|
||||||
PyObject *ret;
|
PyObject *ret;
|
||||||
struct pytimer *timer = arg;
|
|
||||||
struct kore_timer *run;
|
struct kore_timer *run;
|
||||||
|
struct pytimer *timer;
|
||||||
|
|
||||||
|
timer = arg;
|
||||||
run = timer->run;
|
run = timer->run;
|
||||||
timer->run = NULL;
|
timer->run = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user