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<class X> bool IsGreaterThan(X,X); template<class Bar> void Foo::fum(int i) {} // TEMPLATE_VARIABLES -template <bool threads, int inst> char* default_alloc_template<threads, inst>::S_start_free = 0; +template <bool threads, int inst> char* default_alloc_template<threads, inst>::S_start_free = 0; // an instantiation, not a template: complex