[ELF] - Removed trailing whitespace. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 14 Nov 2016 10:04:45 +0000 (10:04 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 14 Nov 2016 10:04:45 +0000 (10:04 +0000)
llvm-svn: 286803

lld/ELF/LinkerScript.cpp

index 92b4f1f..0cd4f82 100644 (file)
@@ -665,7 +665,7 @@ void LinkerScript<ELFT>::assignAddresses(std::vector<PhdrEntry<ELFT>> &Phdrs) {
       });
 
   if (HeaderSize <= MinVA && FirstPTLoad != Phdrs.end()) {
-    // If linker script specifies program headers and first PT_LOAD doesn't 
+    // If linker script specifies program headers and first PT_LOAD doesn't
     // have both PHDRS and FILEHDR attributes then do nothing
     if (!Opt.PhdrsCommands.empty()) {
       size_t SegNum = std::distance(Phdrs.begin(), FirstPTLoad);