Removed trailing whitespaces. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 20 Jul 2016 15:09:10 +0000 (15:09 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 20 Jul 2016 15:09:10 +0000 (15:09 +0000)
llvm-svn: 276126

lld/ELF/LinkerScript.h

index 2caace6..a56ac2d 100644 (file)
@@ -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;