Fix formating. NFC.

llvm-svn: 274757
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 7351d16..6baa8ce 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -256,7 +256,8 @@
     }
   }
 
-  // ELF and Program headers need to be right before the first section in memory.
+  // ELF and Program headers need to be right before the first section in
+  // memory.
   // Set their addresses accordingly.
   MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
                         Out<ELFT>::ProgramHeaders->getSize(),