From d10cf0938472601da49ec5e1c20ab52c01d70938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 13 Apr 2020 20:49:38 +0100 Subject: op:h remove double space in struct op_argcheck_aux declaration --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 4c086a5cc6..2f2b8ca816 100644 --- a/op.h +++ b/op.h @@ -1130,7 +1130,7 @@ C is non-null. For a higher-level interface, see C>. /* 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 '%' */ -- cgit v1.2.1