mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Whitespace to make it fail!
This commit is contained in:
parent
0679c7bbab
commit
fce7d2f6e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue