From 32756ad2f88e40d7ff177fe386a4debd3ab36244 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 13 Aug 2014 23:29:23 +0000 Subject: [PATCH] Whitespace fix. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Frontend/ASTUnit.h b/include/clang/Frontend/ASTUnit.h index c350261ea2..f35ee9227f 100644 --- a/include/clang/Frontend/ASTUnit.h +++ b/include/clang/Frontend/ASTUnit.h @@ -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_ptrPreambleBuffer; + std::unique_ptr PreambleBuffer; /// \brief The number of warnings that occurred while parsing the preamble. /// -- 2.40.0