Basic: clean up bleeding whitespace

Whitespace cleanup.  NFC.

llvm-svn: 224439
This commit is contained in:
Saleem Abdulrasool 2014-12-17 17:52:33 +00:00
parent 86b881c63e
commit 0e60abcf71
1 changed files with 2 additions and 2 deletions

View 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.