From 0d2171a55362ca72ca729a27d98ca25a8a4194a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 12 Mar 2018 13:43:04 +0100 Subject: [PATCH] astyle formatting --- lib/checksizeof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checksizeof.cpp b/lib/checksizeof.cpp index 603264789..ec2423a40 100644 --- a/lib/checksizeof.cpp +++ b/lib/checksizeof.cpp @@ -293,7 +293,7 @@ void CheckSizeof::sizeofCalculation() for (const Token *tok = _tokenizer->tokens(); tok; tok = tok->next()) { if (!Token::simpleMatch(tok, "sizeof (")) - continue; + continue; // ignore if the `sizeof` result is cast to void inside a macro, i.e. the calculation is // expected to be parsed but skipped, such as in a disabled custom ASSERT() macro