From 00b01a954304e50904de97b25639c535e16f259e Mon Sep 17 00:00:00 2001 From: mzuenni Date: Sun, 25 Aug 2024 19:43:11 +0200 Subject: no spaces --- content/tests/gcc5bug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/tests/gcc5bug.cpp') diff --git a/content/tests/gcc5bug.cpp b/content/tests/gcc5bug.cpp index f49603e..6aaeea9 100644 --- a/content/tests/gcc5bug.cpp +++ b/content/tests/gcc5bug.cpp @@ -1,4 +1,4 @@ //https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68203 struct A { - pair values[1000000]; + pair values[1000000]; }; -- cgit v1.2.3