Remove trailing whitespace.

llvm-svn: 278420
This commit is contained in:
Rui Ueyama
2016-08-11 21:30:42 +00:00
parent ef5bea9dca
commit f4a30a5d89

View 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);