]> granicus.if.org Git - clang/commitdiff
Fix indentation.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Dec 2013 20:05:45 +0000 (20:05 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 4 Dec 2013 20:05:45 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196406 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 392656a5b69c990de70c9fb5ca10053a518f9eef..d80e4f28566e48efcc8cecbfb92cdcf7b6165d45 100644 (file)
@@ -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<