From ff17cc2e8f6219032c3d156c25eb2cc7c96729f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 24 May 2020 10:52:58 +0200 Subject: [PATCH] astyle formatting [ci skip] --- lib/valueflow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/valueflow.cpp b/lib/valueflow.cpp index 940b4b0bc..f14c91537 100644 --- a/lib/valueflow.cpp +++ b/lib/valueflow.cpp @@ -2986,7 +2986,7 @@ static bool isLifetimeBorrowed(const ValueType *vt, const ValueType *vtParent) static const Token* skipCVRefs(const Token* tok, const Token* endTok) { - while(tok != endTok && Token::Match(tok, "const|volatile|auto|&|&&")) + while (tok != endTok && Token::Match(tok, "const|volatile|auto|&|&&")) tok = tok->next(); return tok; } @@ -2997,7 +2997,7 @@ static bool isNotEqual(std::pair x, std::pair