Removed trailing whitespaces. NFC.

llvm-svn: 276126
This commit is contained in:
George Rimar 2016-07-20 15:09:10 +00:00
parent 8367634c7a
commit 70ce0a9f74
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ struct ScriptConfiguration {
std::vector<SectionsCommand> Commands; std::vector<SectionsCommand> Commands;
// Used to assign sections to headers. // Used to assign sections to headers.
std::vector<PhdrsCommand> PhdrsCommands; std::vector<PhdrsCommand> PhdrsCommands;
bool DoLayout = false; bool DoLayout = false;
llvm::BumpPtrAllocator Alloc; llvm::BumpPtrAllocator Alloc;