[ELF] - Removed trailing whitespace. NFC.

llvm-svn: 286803
This commit is contained in:
George Rimar 2016-11-14 10:04:45 +00:00
parent da841c161d
commit 59d9b4b4bc
1 changed files with 1 additions and 1 deletions

View 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);