From: George Rimar Date: Wed, 20 Jul 2016 15:09:10 +0000 (+0000) Subject: Removed trailing whitespaces. NFC. X-Git-Tag: llvmorg-4.0.0-rc1~14778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70ce0a9f749a6828912e072ccd47f34e084ae9cb;p=platform%2Fupstream%2Fllvm.git Removed trailing whitespaces. NFC. llvm-svn: 276126 --- 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;