From 24c6d92667ddf429124bc37391a8bdf173ccc34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 29 Aug 2016 04:08:38 +0200 Subject: [PATCH] astyle formatting [ci skip] --- lib/checkother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkother.cpp b/lib/checkother.cpp index 8bed01d2a..1b4c91ef4 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -608,7 +608,7 @@ void CheckOther::checkRedundantAssignment() // TODO nonlocal variables are not tracked entirely. const bool nonlocal = it->second->variable() && nonLocalVolatile(it->second->variable()); - + // Warnings are inconclusive if there are possible side effects or if variable is not // tracked perfectly. const bool inconclusive = possibleSideEffects | nonlocal;