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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to