mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
Remove trailing whitespace.
llvm-svn: 278420
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user