mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +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:
|
||||
// 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue