]> granicus.if.org Git - clang/commitdiff
Whitespace fix.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 13 Aug 2014 23:29:23 +0000 (23:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 13 Aug 2014 23:29:23 +0000 (23:29 +0000)
Sorry about the noise.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215601 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/ASTUnit.h

index c350261ea23396c36f51a99521b957c96bd9faac..f35ee9227f4f15b8173161aad76dbaf87c3d4cdc 100644 (file)
@@ -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::MemoryBufferPreambleBuffer;
 
   /// \brief The number of warnings that occurred while parsing the preamble.
   ///