Style.
This commit is contained in:
parent
b254e35762
commit
510065b111
|
@ -325,7 +325,7 @@ pure nothrow @nogc:
|
||||||
++column_;
|
++column_;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we have used up all upcoming ASCII chars, the next char is
|
// If we have used up all upcoming ASCII chars, the next char is
|
||||||
// non-ASCII even after this returns, so upcomingASCII_ doesn't need to
|
// non-ASCII even after this returns, so upcomingASCII_ doesn't need to
|
||||||
// be updated - it's zero.
|
// be updated - it's zero.
|
||||||
if(length == 0) { break; }
|
if(length == 0) { break; }
|
||||||
|
|
Loading…
Reference in a new issue