Style.
This commit is contained in:
parent
fd93830243
commit
893b43edee
|
@ -1744,7 +1744,7 @@ final class Scanner
|
||||||
size_t length = 0;
|
size_t length = 0;
|
||||||
dchar c = void;
|
dchar c = void;
|
||||||
// Moved the if() out of the loop for optimization.
|
// Moved the if() out of the loop for optimization.
|
||||||
if(flowLevel_ == 0)
|
if(flowLevel_ == 0)
|
||||||
{
|
{
|
||||||
c = reader_.peek(length);
|
c = reader_.peek(length);
|
||||||
for(;;)
|
for(;;)
|
||||||
|
@ -1759,7 +1759,7 @@ final class Scanner
|
||||||
c = cNext;
|
c = cNext;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue