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

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 02:47:36 PDT 2016


Author: atanasyan
Date: Fri Apr 15 04:47:36 2016
New Revision: 266421

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

Modified:
    lld/trunk/ELF/OutputSections.h

Modified: lld/trunk/ELF/OutputSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.h?rev=266421&r1=266420&r2=266421&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.h (original)
+++ lld/trunk/ELF/OutputSections.h Fri Apr 15 04:47:36 2016
@@ -138,7 +138,6 @@ private:
   // Output sections referenced by MIPS GOT relocations.
   llvm::SmallPtrSet<const OutputSectionBase<ELFT> *, 10> MipsOutSections;
   llvm::DenseMap<uintX_t, size_t> MipsLocalGotPos;
-
 };
 
 template <class ELFT>




More information about the llvm-commits mailing list