diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-01 00:50:23 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-01 00:50:23 +0000 |
commit | 44dfc98b68a482ab92e691a9215167c82515f359 (patch) | |
tree | 963dcca433946a776163a310ba14c361745b7f46 /lib/Frontend/PCHWriterDecl.cpp | |
parent | 0e1081388a7f3ae1a2c59dcd03de898a3b391f8e (diff) |
Unify coding style.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriterDecl.cpp')
-rw-r--r-- | lib/Frontend/PCHWriterDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHWriterDecl.cpp b/lib/Frontend/PCHWriterDecl.cpp index c3d968ef26..6734661997 100644 --- a/lib/Frontend/PCHWriterDecl.cpp +++ b/lib/Frontend/PCHWriterDecl.cpp @@ -485,7 +485,7 @@ void PCHWriter::WriteDeclsBlock(ASTContext &Context) { } // Determine the ID for this declaration - pch::DeclID& ID = DeclIDs[D]; + pch::DeclID &ID = DeclIDs[D]; if (ID == 0) ID = DeclIDs.size(); |