r215601 - Whitespace fix.
Rafael Espindola
rafael.espindola at gmail.com
Wed Aug 13 16:29:24 PDT 2014
Author: rafael
Date: Wed Aug 13 18:29:23 2014
New Revision: 215601
URL: http://llvm.org/viewvc/llvm-project?rev=215601&view=rev
Log:
Whitespace fix.
Sorry about the noise.
Modified:
cfe/trunk/include/clang/Frontend/ASTUnit.h
Modified: cfe/trunk/include/clang/Frontend/ASTUnit.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/ASTUnit.h?rev=215601&r1=215600&r2=215601&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/ASTUnit.h (original)
+++ cfe/trunk/include/clang/Frontend/ASTUnit.h Wed Aug 13 18:29:23 2014
@@ -277,7 +277,7 @@ private:
/// \brief When non-NULL, this is the buffer used to store the
/// contents of the preamble when it has been padded to build the
/// precompiled preamble.
- std::unique_ptr<llvm::MemoryBuffer >PreambleBuffer;
+ std::unique_ptr<llvm::MemoryBuffer> PreambleBuffer;
/// \brief The number of warnings that occurred while parsing the preamble.
///
More information about the cfe-commits
mailing list