change `body` to `do` in util.d
Fixes deprecation, brings file in alignment with rest of code
This commit is contained in:
parent
11628dd931
commit
15ae4e5f00
|
@ -656,7 +656,7 @@ in
|
|||
{
|
||||
assert (beforeTokens.length > 0);
|
||||
}
|
||||
body
|
||||
do
|
||||
{
|
||||
size_t i = beforeTokens.length - 1;
|
||||
while (true) switch (beforeTokens[i].type)
|
||||
|
|
Loading…
Reference in New Issue