aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-07-20 15:09:10 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-07-20 15:09:10 +0000
commit69a64978e3861917d73c31bb0071b6742c9c80d1 (patch)
tree26255bf8dc87fee9e026dd80078b0554bc47ea9c
parentcb8e558d1e7799fc789a0b89e8acc3e1ef4fd940 (diff)
Removed trailing whitespaces. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@276126 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--ELF/LinkerScript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ELF/LinkerScript.h b/ELF/LinkerScript.h
index 2caace6c5..a56ac2dc1 100644
--- a/ELF/LinkerScript.h
+++ b/ELF/LinkerScript.h
@@ -72,8 +72,8 @@ struct ScriptConfiguration {
std::vector<SectionsCommand> Commands;
// Used to assign sections to headers.
- std::vector<PhdrsCommand> PhdrsCommands;
-
+ std::vector<PhdrsCommand> PhdrsCommands;
+
bool DoLayout = false;
llvm::BumpPtrAllocator Alloc;