From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 25 Sep 2020 19:46:29 +0000 (+0200)
Subject: Remove stray space
X-Git-Tag: v_3_0_29~80
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/@default-cgi@show-status?a=commitdiff_plain;h=044b61ff3073f197b2f887250709b166a6fabb5f;p=privoxy.git

Remove stray space
---

diff --git a/pcrs.c b/pcrs.c
index 6da82255..582f0564 100644
--- a/pcrs.c
+++ b/pcrs.c
@@ -995,7 +995,7 @@ static int is_hex_sequence(const char *sequence)
  *                FALSE
  *
  *********************************************************************/
-int pcrs_job_is_dynamic (char *job)
+int pcrs_job_is_dynamic(char *job)
 {
    const char delimiter = job[1];
    const size_t length = strlen(job);