astyle formatting

This commit is contained in:
Daniel Marjamäki 2021-07-03 09:12:51 +02:00
parent fb9d659e25
commit 0bb334c102
1 changed files with 1 additions and 2 deletions

View File

@ -456,8 +456,7 @@ struct ForwardTraversal {
Token* endBlock,
Token* condTok,
Token* initTok = nullptr,
Token* stepTok = nullptr)
{
Token* stepTok = nullptr) {
return updateLoop(endToken, endBlock, condTok, initTok, stepTok, true);
}