]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix sc_space_before_open_paren failure
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 6 May 2021 21:38:53 +0000 (23:38 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 6 May 2021 21:42:57 +0000 (23:42 +0200)
* src/copy.c (dest_info_init): Add space before parens.
(src_info_init): Likewise.
Syntax-check failure introduced in the previous commit.

src/copy.c

index af16bab692aac31f9813db56324af74d38a98b26..9fb2420e1b98785dffd81186211e812d660021fd 100644 (file)
@@ -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