[lld] r252759 - Fix indentation. Thank to David Blaikie for noticing.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 09:40:08 PST 2015


Author: rafael
Date: Wed Nov 11 11:40:08 2015
New Revision: 252759

URL: http://llvm.org/viewvc/llvm-project?rev=252759&view=rev
Log:
Fix indentation. Thank to David Blaikie for noticing.

Modified:
    lld/trunk/ELF/Writer.cpp

Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=252759&r1=252758&r2=252759&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Wed Nov 11 11:40:08 2015
@@ -558,7 +558,7 @@ template <class ELFT> void Writer<ELFT>:
     for (InputSectionBase<ELFT> *B : F->getSections())
       if (auto *S = dyn_cast_or_null<InputSection<ELFT>>(B))
         if (S != &InputSection<ELFT>::Discarded && S->isLive())
-            scanRelocs(*S);
+          scanRelocs(*S);
 
   std::vector<DefinedCommon<ELFT> *> CommonSymbols;
   std::vector<SharedSymbol<ELFT> *> SharedCopySymbols;




More information about the llvm-commits mailing list