Style and spacing nits.

This commit is contained in:
nicm
2017-05-31 17:56:48 +00:00
parent 70cc8f2c7e
commit 248aa54bfd
7 changed files with 7 additions and 8 deletions

2
job.c
View File

@ -158,7 +158,7 @@ job_read_callback(__unused struct bufferevent *bufev, void *data)
struct job *job = data;
if (job->updatecb != NULL)
job->updatecb (job);
job->updatecb(job);
}
/*