From fce7d2f6e81fba3e2d65550b038fcd5dd9059f5e Mon Sep 17 00:00:00 2001 From: "richard (rikki) andrew cattermole" Date: Fri, 13 Jan 2023 12:16:28 +1300 Subject: [PATCH] Whitespace to make it fail! --- std/uni/package.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/uni/package.d b/std/uni/package.d index 4b96dc820..6061e365a 100644 --- a/std/uni/package.d +++ b/std/uni/package.d @@ -7109,7 +7109,7 @@ template genericDecodeGrapheme(bool getValue) case Prepend: // Unlike the starting state, we must not eat control // characters here. - if(ccTrie[ch] || ch == '\r' || ch == '\n') + if (ccTrie[ch] || ch == '\r' || ch == '\n') goto L_End; else goto case Start;