From: Rafael Espindola Date: Wed, 13 Aug 2014 23:29:23 +0000 (+0000) Subject: Whitespace fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32756ad2f88e40d7ff177fe386a4debd3ab36244;p=clang Whitespace fix. Sorry about the noise. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215601 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. ///