From 9903c8c0d99174f6d2a6b8fe162fba339a2f7e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 5 Nov 2011 20:00:18 +0100 Subject: [PATCH] astyle formatting --- lib/token.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/token.cpp b/lib/token.cpp index 2db876e9b..15376a128 100644 --- a/lib/token.cpp +++ b/lib/token.cpp @@ -602,7 +602,7 @@ bool Token::Match(const Token *tok, const char pattern[], unsigned int varid) if (!patternUnderstood) { return false; } - + // debugging: assert that this is not part of a multicompare pattern.. assert(*p != '|');