From 59d9b4b4bc4fda23a6c265cff7059ee420b0d827 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Mon, 14 Nov 2016 10:04:45 +0000 Subject: [PATCH] [ELF] - Removed trailing whitespace. NFC. llvm-svn: 286803 --- lld/ELF/LinkerScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 92b4f1f..0cd4f82 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -665,7 +665,7 @@ void LinkerScript::assignAddresses(std::vector> &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); -- 2.7.4