Fixed comments formatting. NFC.
llvm-svn: 261214
diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp
index 5c4efb6..7a6b7d0 100644
--- a/lld/ELF/InputSection.cpp
+++ b/lld/ELF/InputSection.cpp
@@ -273,7 +273,7 @@
     : SplitInputSection<ELFT>(F, Header, InputSectionBase<ELFT>::EHFrame) {
   // Mark .eh_frame sections as live by default because there are
   // usually no relocations that point to .eh_frames. Otherwise,
- // the garbage collector would drop all .eh_frame sections.
+  // the garbage collector would drop all .eh_frame sections.
   this->Live = true;
 }