From 248aa54bfdef25ff95db3c3426651f9894c652c5 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 31 May 2017 17:56:48 +0000 Subject: Style and spacing nits. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.c') diff --git a/format.c b/format.c index 7aad4cb8..60067e4c 100644 --- a/format.c +++ b/format.c @@ -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); -- cgit