MCLinker upstream commit e764452.

Change-Id: I5c9ec467ec96a0143e1e67c59365f3b6303e7348
diff --git a/lib/LD/Relocation.cpp b/lib/LD/Relocation.cpp
index 73db39b..0b84ad0 100644
--- a/lib/LD/Relocation.cpp
+++ b/lib/LD/Relocation.cpp
@@ -40,7 +40,7 @@
 
 Relocation::Address Relocation::symValue() const
 {
-  if(m_pSymInfo->type() == ResolveInfo::Section &&
+  if (m_pSymInfo->type() == ResolveInfo::Section &&
      m_pSymInfo->outSymbol()->hasFragRef()) {
     return llvm::cast<LDSection>(
       m_pSymInfo->outSymbol()->fragRef()->frag()->getParent()->getSection()).addr();