From 8c8009e86437fc05ff6bb6e68a4f3e0999b2405a Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 4 Dec 2013 20:05:45 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196406 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticSemaKinds.td | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 392656a5b6..d80e4f2856 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -3399,11 +3399,11 @@ def note_using_value_decl_missing_typename : Note< "add 'typename' to treat this using declaration as a type">; def err_template_kw_refers_to_non_template : Error< - "%0 following the 'template' keyword does not refer to a template">; + "%0 following the 'template' keyword does not refer to a template">; def err_template_kw_refers_to_class_template : Error< - "'%0%1' instantiated to a class template, not a function template">; + "'%0%1' instantiated to a class template, not a function template">; def note_referenced_class_template : Error< - "class template declared here">; + "class template declared here">; def err_template_kw_missing : Error< "missing 'template' keyword prior to dependent template name '%0%1'">; def ext_template_outside_of_template : ExtWarn< -- 2.40.0