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