This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op:h remove double space in struct op_argcheck_aux declaration
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Mon, 13 Apr 2020 19:49:38 +0000 (20:49 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Mon, 13 Apr 2020 19:49:38 +0000 (20:49 +0100)
op.h

diff --git a/op.h b/op.h
index 4c086a5..2f2b8ca 100644 (file)
--- a/op.h
+++ b/op.h
@@ -1130,7 +1130,7 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
 
 /* stuff for OP_ARGCHECK */
 
-struct  op_argcheck_aux {
+struct op_argcheck_aux {
     UV   params;     /* number of positional parameters */
     UV   opt_params; /* number of optional positional parameters */
     char slurpy;     /* presence of slurpy: may be '\0', '@' or '%' */