From c557bb21a6537458cb407739a338b8ea5278872d Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Mon, 27 Nov 2006 10:35:42 +0000 Subject: [PATCH] Fix leading space of comment template --- core/org.eclipse.cdt.ui/templates/default-templates.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/templates/default-templates.properties b/core/org.eclipse.cdt.ui/templates/default-templates.properties index 0e5ab92d47c..be25ea5b056 100644 --- a/core/org.eclipse.cdt.ui/templates/default-templates.properties +++ b/core/org.eclipse.cdt.ui/templates/default-templates.properties @@ -23,4 +23,4 @@ printtostdout = print to standard output printtostderr = print to standard error authorname = author name commentText = To change this generated comment edit the template variable "comment":\n\ - * Window > Preferences > C/C++ > Editor > Templates. +\ * Window > Preferences > C/C++ > Editor > Templates.