]> granicus.if.org Git - clang/commitdiff
Remove a stray tab character from warn_objc_root_class_missing
authorDavid Majnemer <david.majnemer@gmail.com>
Sat, 2 Nov 2013 11:21:23 +0000 (11:21 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sat, 2 Nov 2013 11:21:23 +0000 (11:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193921 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 86108be0b93661bab115a81b0db740e9bb9bab79..ef78cc9c168316330a031775de0f8a095e157f72 100644 (file)
@@ -531,7 +531,7 @@ def note_suppressed_class_declare : Note<
 def err_objc_root_class_subclass : Error<
   "objc_root_class attribute may only be specified on a root class declaration">;
 def warn_objc_root_class_missing : Warning<
-       "class %0 defined without specifying a base class">,
+  "class %0 defined without specifying a base class">,
   InGroup<ObjCRootClass>;
 def note_objc_needs_superclass : Note<
   "add a super class to fix this problem">;