Skip to content

Commit 9337af8

Browse files
committed
astyle formatting
1 parent 797eccc commit 9337af8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/valueflow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,8 +2987,8 @@ static void valueFlowLifetimeFunction(Token *tok, TokenList *tokenlist, ErrorLog
29872987
errorLogger,
29882988
tok,
29892989
"Argument mismatch: Function '" + tok->str() + "' returning lifetime from argument index " +
2990-
std::to_string(n) + " but only " + std::to_string(args.size()) +
2991-
" arguments are available.");
2990+
std::to_string(n) + " but only " + std::to_string(args.size()) +
2991+
" arguments are available.");
29922992
continue;
29932993
}
29942994
const Token *argtok = args[n];

0 commit comments

Comments
 (0)