change `body` to `do` in util.d

Fixes deprecation, brings file in alignment with rest of code
This commit is contained in:
WebFreak001 2022-11-14 13:02:20 +01:00
parent 11628dd931
commit 15ae4e5f00
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ in
{
assert (beforeTokens.length > 0);
}
body
do
{
size_t i = beforeTokens.length - 1;
while (true) switch (beforeTokens[i].type)