From 2dc394501798519c3ef43cfa3ea2b0b3320f1752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 27 Aug 2014 17:27:14 +0200 Subject: [PATCH] astyle formatting --- lib/checkstl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkstl.cpp b/lib/checkstl.cpp index 119cbf1d5..33eed26f5 100644 --- a/lib/checkstl.cpp +++ b/lib/checkstl.cpp @@ -550,7 +550,7 @@ void CheckStl::pushback() if (Token::Match(tok, "%var% = & %var% [")) { // Variable id for pointer const unsigned int pointerId(tok->varId()); - if( pointerId == 0 ) + if (pointerId == 0) continue; // Variable id for the container variable