Remove trailing whitespace.
authorRui Ueyama <ruiu@google.com>
Thu, 11 Aug 2016 21:30:42 +0000 (21:30 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 11 Aug 2016 21:30:42 +0000 (21:30 +0000)
llvm-svn: 278420

lld/ELF/LinkerScript.cpp

index f924d8c..231e4f0 100644 (file)
@@ -366,7 +366,7 @@ template <class ELFT> void assignOffsets(OutputSectionBase<ELFT> *Sec) {
       I->OutSecOff = Off;
       Off += I->getSize();
     }
-    // Update section size inside for-loop, so that SIZEOF 
+    // Update section size inside for-loop, so that SIZEOF
     // works correctly in the case below:
     // .foo { *(.aaa) a = SIZEOF(.foo); *(.bbb) }
     Sec->setSize(Off);