From 70ce0a9f749a6828912e072ccd47f34e084ae9cb Mon Sep 17 00:00:00 2001 From: George Rimar Date: Wed, 20 Jul 2016 15:09:10 +0000 Subject: [PATCH] Removed trailing whitespaces. NFC. llvm-svn: 276126 --- lld/ELF/LinkerScript.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index 2caace6..a56ac2d 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -72,8 +72,8 @@ struct ScriptConfiguration { std::vector Commands; // Used to assign sections to headers. - std::vector PhdrsCommands; - + std::vector PhdrsCommands; + bool DoLayout = false; llvm::BumpPtrAllocator Alloc; -- 2.7.4