From 8010bcfbe873f453dbb82cd7185d54ef6e4580db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 26 Sep 2012 18:17:02 +0200 Subject: [PATCH] astyle formatting --- test/testsimplifytokens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testsimplifytokens.cpp b/test/testsimplifytokens.cpp index a5f61654f..be1bf53ce 100644 --- a/test/testsimplifytokens.cpp +++ b/test/testsimplifytokens.cpp @@ -2220,7 +2220,7 @@ private: void template35() { // #4074 - "A<'x'> a;" is not recognized as template instantiation const char code[] = "template class A {};\n" - "A<'x'> a;"; + "A<'x'> a;"; ASSERT_EQUALS("A<'x'> a ; class A<'x'> { }", tok(code)); }