From: Bernhard Voelker Date: Thu, 6 May 2021 21:38:53 +0000 (+0200) Subject: maint: fix sc_space_before_open_paren failure X-Git-Tag: v9.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e4d0f71e3df711cf604209e148a051cd71580f;p=thirdparty%2Fcoreutils.git maint: fix sc_space_before_open_paren failure * src/copy.c (dest_info_init): Add space before parens. (src_info_init): Likewise. Syntax-check failure introduced in the previous commit. --- diff --git a/src/copy.c b/src/copy.c index af16bab692..9fb2420e1b 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1954,7 +1954,7 @@ dest_info_init (struct cp_options *x) triple_compare, triple_free); if (! x->dest_info) - xalloc_die(); + xalloc_die (); } /* Initialize the hash table implementing a set of F_triple entries @@ -1978,7 +1978,7 @@ src_info_init (struct cp_options *x) triple_compare, triple_free); if (! x->src_info) - xalloc_die(); + xalloc_die (); } /* When effecting a move (e.g., for mv(1)), and given the name DST_NAME