]> granicus.if.org Git - clang/commitdiff
Basic: clean up bleeding whitespace
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 17 Dec 2014 17:52:33 +0000 (17:52 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 17 Dec 2014 17:52:33 +0000 (17:52 +0000)
Whitespace cleanup.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224439 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.h

index f9d30e40560a7ffc31bb258572a1ef717c4deb06..3ce2255c86464f2d9ca490c5c42e24fc3ae134f1 100644 (file)
@@ -29,7 +29,7 @@ namespace clang {
   class ASTContext;
   class QualType;
   class LangOptions;
-  
+
   enum LanguageID {
     GNU_LANG = 0x1,  // builtin requires GNU mode.
     C_LANG = 0x2,    // builtin for c only.
@@ -40,7 +40,7 @@ namespace clang {
     ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG,  // builtin requires GNU mode.
     ALL_MS_LANGUAGES = ALL_LANGUAGES | MS_LANG     // builtin requires MS mode.
   };
-  
+
 namespace Builtin {
 enum ID {
   NotBuiltin  = 0,      // This is not a builtin function.