Unify coding style.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72682 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/PCHWriterDecl.cpp b/lib/Frontend/PCHWriterDecl.cpp
index c3d968e..6734661 100644
--- a/lib/Frontend/PCHWriterDecl.cpp
+++ b/lib/Frontend/PCHWriterDecl.cpp
@@ -485,7 +485,7 @@
     }
 
     // Determine the ID for this declaration
-    pch::DeclID& ID = DeclIDs[D];
+    pch::DeclID &ID = DeclIDs[D];
     if (ID == 0)
       ID = DeclIDs.size();