From f4a30a5d89273ad47939dceef12cf6dd778ecc62 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 11 Aug 2016 21:30:42 +0000 Subject: [PATCH] Remove trailing whitespace. llvm-svn: 278420 --- lld/ELF/LinkerScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index f924d8c..231e4f0 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -366,7 +366,7 @@ template void assignOffsets(OutputSectionBase *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); -- 2.7.4