From 044b61ff3073f197b2f887250709b166a6fabb5f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 25 Sep 2020 21:46:29 +0200 Subject: [PATCH] Remove stray space --- pcrs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2