From ad02e1341824bf0baddb317a33d2bdf2fe3316aa Mon Sep 17 00:00:00 2001 From: chrchr Date: Mon, 7 Aug 2023 12:37:41 +0200 Subject: [PATCH] Format --- lib/valueflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/valueflow.cpp b/lib/valueflow.cpp index 030a6d7d56a..eb5dc9e0f7a 100644 --- a/lib/valueflow.cpp +++ b/lib/valueflow.cpp @@ -4252,7 +4252,7 @@ static bool hasBorrowingVariables(const std::list& vars, const std::ve if (vt) { if (vt->pointer > 0 && std::none_of(args.begin(), args.end(), [vt](const Token* arg) { - return arg->valueType() && arg->valueType()->type == vt->type; + return arg->valueType() && arg->valueType()->type == vt->type; })) return false; if (vt->pointer > 0)