From a37779e2bcb5c9c2ebc6fcf3b41bd7baad110f49 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Fri, 9 Nov 2007 13:05:17 +0000 Subject: [PATCH] Fix format test failure --- .../resources/formatter/templates/Before.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp b/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp index 10e180dc5fd..6873eca767e 100644 --- a/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp +++ b/core/org.eclipse.cdt.ui.tests/resources/formatter/templates/Before.cpp @@ -59,7 +59,7 @@ template bool IsGreaterThan(X,X); template void Foo::fum(int i) {} // TEMPLATE_VARIABLES -template char* default_alloc_template::S_start_free = 0; +template char* default_alloc_template::S_start_free = 0; // an instantiation, not a template: complex