From 4d239d0bf7fa17a1e1aaa6c276a77f4a1098bb93 Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Sun, 15 Jan 2012 19:47:51 +0100 Subject: [PATCH] Run astyle. --- test/testtokenize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testtokenize.cpp b/test/testtokenize.cpp index 5c8f74370..ad2948e22 100644 --- a/test/testtokenize.cpp +++ b/test/testtokenize.cpp @@ -601,7 +601,7 @@ private: void tokenize19() { // #3006 - added hasComplicatedSyntaxErrorsInTemplates to avoid segmentation fault tokenizeAndStringify("x < () <"); - + // #3496 - make sure hasComplicatedSyntaxErrorsInTemplates works ASSERT_EQUALS("void a ( Fred * f ) { for ( ; n < f . x ( ) ; ) { } }", tokenizeAndStringify("void a(Fred* f) MACRO { for (;n < f->x();) {} }"));