[lld] r306609 - Fix indentation.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 15:44:11 PDT 2017


Author: rafael
Date: Wed Jun 28 15:44:11 2017
New Revision: 306609

URL: http://llvm.org/viewvc/llvm-project?rev=306609&view=rev
Log:
Fix indentation.

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=306609&r1=306608&r2=306609&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Wed Jun 28 15:44:11 2017
@@ -1020,7 +1020,7 @@ template <class ELFT> void Writer<ELFT>:
   // Don't sort if using -r. It is not necessary and we want to preserve the
   // relative order for SHF_LINK_ORDER sections.
   if (Config->Relocatable)
-      return;
+    return;
 
   for (BaseCommand *Base : Script->Opt.Commands)
     if (auto *Cmd = dyn_cast<OutputSectionCommand>(Base))




More information about the llvm-commits mailing list