[lld] r259479 - [ELF] Remove redundant empty line. NFC

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 01:08:05 PST 2016


Author: atanasyan
Date: Tue Feb  2 03:08:04 2016
New Revision: 259479

URL: http://llvm.org/viewvc/llvm-project?rev=259479&view=rev
Log:
[ELF] Remove redundant empty line. NFC

Modified:
    lld/trunk/ELF/OutputSections.cpp

Modified: lld/trunk/ELF/OutputSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.cpp?rev=259479&r1=259478&r2=259479&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.cpp (original)
+++ lld/trunk/ELF/OutputSections.cpp Tue Feb  2 03:08:04 2016
@@ -600,7 +600,6 @@ template <class ELFT> void DynamicSectio
 
   Out<ELFT>::DynStrTab->finalize();
 
-
   if (Out<ELFT>::RelaDyn->hasRelocs()) {
     bool IsRela = Out<ELFT>::RelaDyn->isRela();
     Add({IsRela ? DT_RELA : DT_REL, Out<ELFT>::RelaDyn});




More information about the llvm-commits mailing list