Whitespace to make it fail!

This commit is contained in:
richard (rikki) andrew cattermole 2023-01-13 12:16:28 +13:00 committed by Ate Eskola
parent 0679c7bbab
commit fce7d2f6e8

View file

@ -7109,7 +7109,7 @@ template genericDecodeGrapheme(bool getValue)
case Prepend: case Prepend:
// Unlike the starting state, we must not eat control // Unlike the starting state, we must not eat control
// characters here. // characters here.
if(ccTrie[ch] || ch == '\r' || ch == '\n') if (ccTrie[ch] || ch == '\r' || ch == '\n')
goto L_End; goto L_End;
else else
goto case Start; goto case Start;