diff options
author | nicm <nicm> | 2017-05-31 17:56:48 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-31 17:56:48 +0000 |
commit | 248aa54bfdef25ff95db3c3426651f9894c652c5 (patch) | |
tree | 148e7bc4e7f548da57cdd96e107ac1127005c58a /format.c | |
parent | 70cc8f2c7ee4789e2516a275d2c9494ad03c4d7f (diff) | |
download | rtmux-248aa54bfdef25ff95db3c3426651f9894c652c5.tar.gz rtmux-248aa54bfdef25ff95db3c3426651f9894c652c5.tar.bz2 rtmux-248aa54bfdef25ff95db3c3426651f9894c652c5.zip |
Style and spacing nits.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |