[lld] r276126 - Removed trailing whitespaces. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 08:09:11 PDT 2016
Author: grimar
Date: Wed Jul 20 10:09:10 2016
New Revision: 276126
URL: http://llvm.org/viewvc/llvm-project?rev=276126&view=rev
Log:
Removed trailing whitespaces. NFC.
Modified:
lld/trunk/ELF/LinkerScript.h
Modified: lld/trunk/ELF/LinkerScript.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.h?rev=276126&r1=276125&r2=276126&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.h (original)
+++ lld/trunk/ELF/LinkerScript.h Wed Jul 20 10:09:10 2016
@@ -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;
More information about the llvm-commits
mailing list