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.

llvm-svn: 224439

clang/include/clang/Basic/Builtins.h

index f9d30e4..3ce2255 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.