[cfe-commits] r71997 - /cfe/trunk/include/clang/Frontend/InitPreprocessor.h

Eli Friedman eli.friedman at gmail.com
Mon May 18 00:48:06 PDT 2009


Author: efriedma
Date: Mon May 18 02:48:06 2009
New Revision: 71997

URL: http://llvm.org/viewvc/llvm-project?rev=71997&view=rev
Log:
Remove tabs.


Modified:
    cfe/trunk/include/clang/Frontend/InitPreprocessor.h

Modified: cfe/trunk/include/clang/Frontend/InitPreprocessor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/InitPreprocessor.h?rev=71997&r1=71996&r2=71997&view=diff

==============================================================================
--- cfe/trunk/include/clang/Frontend/InitPreprocessor.h (original)
+++ cfe/trunk/include/clang/Frontend/InitPreprocessor.h Mon May 18 02:48:06 2009
@@ -50,7 +50,7 @@
   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(); }
 





More information about the cfe-commits mailing list