From c0443cc05cce77126de90156d8ac93f1a96be2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 13 Apr 2020 21:32:41 +0100 Subject: Remove spurious double spaces before open braces in core C code --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 2f2b8ca816..e634eeaa97 100644 --- a/op.h +++ b/op.h @@ -181,7 +181,7 @@ Deprecated. Use C instead. /* things that can be elements of op_aux */ -typedef union { +typedef union { PADOFFSET pad_offset; SV *sv; IV iv; -- cgit v1.2.1