[ELF] - Applied clang format. NFC.

llvm-svn: 284705
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 663186f..b1462e0 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -240,7 +240,7 @@
   }
 
   // After we created final list we should now set OutSec pointer to null,
-  // instead of -1. Otherwise we may get a crash when writing relocs, in 
+  // instead of -1. Otherwise we may get a crash when writing relocs, in
   // case section is discarded by linker script
   for (InputSectionBase<ELFT> *S : Ret)
     S->OutSec = nullptr;