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

View File

@ -203,7 +203,7 @@ format_job_update(struct job *job)
log_debug("%s: %p %s: %s", __func__, fj, fj->cmd, fj->out);
t = time (NULL);
t = time(NULL);
if (fj->status && fj->last != t) {
if (fj->client != NULL)
server_status_client(fj->client);