diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-05-18 07:48:06 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-05-18 07:48:06 +0000 |
commit | a3306f0b9f988677bf12c3403dd0c0336cb5c246 (patch) | |
tree | a8997f6e00f8ceeadabf9bee42a1eef0abf778f5 /include/clang/Frontend/InitPreprocessor.h | |
parent | f086e3bef1d98d3fb6c17c8d6b62f3eedd9eb78c (diff) |
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71997 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/InitPreprocessor.h')
-rw-r--r-- | include/clang/Frontend/InitPreprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/InitPreprocessor.h b/include/clang/Frontend/InitPreprocessor.h index 3943289f9d..eb03602dc5 100644 --- a/include/clang/Frontend/InitPreprocessor.h +++ b/include/clang/Frontend/InitPreprocessor.h @@ -50,7 +50,7 @@ public: macro_iterator macro_end() const { return Macros.end(); } typedef std::vector<std::pair<std::string, - bool> >::const_iterator include_iterator; + bool> >::const_iterator include_iterator; include_iterator include_begin() const { return Includes.begin(); } include_iterator include_end() const { return Includes.end(); } |