diff options
author | Mike Stump <mrs@apple.com> | 2009-09-09 13:12:01 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-09-09 13:12:01 +0000 |
commit | 79d39f92590cf2e91bf81486b02cd1156d13ca54 (patch) | |
tree | 99cb544ec8ebca1a0815291e5a6cd28e33bb2099 /include/clang/Lex/PreprocessorLexer.h | |
parent | db52dcdae7d2e25565096d07ee74fa307061cc32 (diff) |
Remove tab characters.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/PreprocessorLexer.h')
-rw-r--r-- | include/clang/Lex/PreprocessorLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/PreprocessorLexer.h b/include/clang/Lex/PreprocessorLexer.h index f98b559965..6a3c2bd43f 100644 --- a/include/clang/Lex/PreprocessorLexer.h +++ b/include/clang/Lex/PreprocessorLexer.h @@ -18,7 +18,7 @@ #include "clang/Lex/Token.h" #include "llvm/ADT/SmallVector.h" #include <string> - + namespace clang { class Preprocessor; |