From caf18b7d19e79a75ed404b0ad982802875b0ce45 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 29 Aug 2021 17:38:11 -0700 Subject: [PATCH] gvRenderJobs: remove unnecessary bracketing --- lib/common/emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/emit.c b/lib/common/emit.c index f4faca42b..438167633 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -4067,7 +4067,7 @@ int gvRenderJobs (GVC_t * gvc, graph_t * g) firstjob = gvc->active_jobs; if (firstjob) { if (! (firstjob->flags & GVDEVICE_DOES_PAGES) - || (strcmp(job->output_langname,firstjob->output_langname))) { + || strcmp(job->output_langname, firstjob->output_langname)) { gvrender_end_job(firstjob); -- 2.40.0